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

In This Topic
    ResourceLocator Property (JsonDataSource)
    In This Topic
    Gets or sets the function that returns resource stream for a given name.
    Syntax
    'Declaration
     
    Public Property ResourceLocator As Func(Of String,Stream)
    public Func<string,Stream> ResourceLocator {get; set;}
    See Also