ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSnapshot Class / Data Property

In This Topic
    Data Property (ReportSnapshot)
    In This Topic
    Gets the data necessary to render the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property Data As ReportDataSnapshot
    public ReportDataSnapshot Data {get;}

    Property Value

    A ReportDataSnapshot object representing the data necessary to render the report.
    See Also