ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / LocateDataSourceArgs Class / Report Property

In This Topic
    Report Property (LocateDataSourceArgs)
    In This Topic
    Gets the GrapeCity.ActiveReports.PageReportModel.Report for which is trying to locate the data set.
    Syntax
    'Declaration
     
    Public ReadOnly Property Report As Report
    public Report Report {get;}
    See Also