Report Property (LocateDataSourceArgs)
In This Topic
Gets a report for which is trying to locate the data set.
Syntax
'Declaration
Public ReadOnly Property Report As Report
public Report Report {get;}
Property Value
A
GrapeCity.ActiveReports.PageReportModel.Report object representing the report associated with the data source.
See Also