ActiveReports 19 .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 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