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)
 
See Also