ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / JsonDataSource Class
Properties Methods

In This Topic
    JsonDataSource Class Members
    In This Topic

    The following tables list the members exposed by JsonDataSource.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertySpecifies the string used to load the data from the json.  
    Public PropertyDetermines whether the CurrentPosition is at the end of data.  
    Public PropertySpecifies the json data string.  
    Public PropertySpecifies the string used to select the data from json.  
    Public PropertyGets or sets the function that returns resource stream for a given name.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodReleases the resources used by the JsonDataSource.  
    Public MethodReturns the value of the field with the specified name.  
    Public MethodReturns the list of the json columns names.  
    Public MethodMoves the current position to the first data record.  
    Public MethodMoves the current position to the next data record.  
    Top
    See Also