ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / JsonDataSource Class / JsonPath Property

In This Topic
    JsonPath Property
    In This Topic
    Specifies the string used to select the data from json.
    Syntax
    'Declaration
     
    Public Property JsonPath As String
    public string JsonPath {get; set;}
    See Also