ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSnapshot Class / ReportSnapshot Constructor
The data necessary to render the report.
The report RDL template.
The subreports RDL templates.
The evaluation message.
The signature.
The report parameter values.
The initial states of the report slicers.

In This Topic
    ReportSnapshot Constructor
    In This Topic
    Initializes a new instance of the ReportSnapshot class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal data As ReportDataSnapshot, _
       Optional ByVal template As String, _
       Optional ByVal subreports As SubreportsInfo, _
       Optional ByVal evaluationMessage As String, _
       Optional ByVal signature As String, _
       Optional ByVal parameters As Dictionary(Of String,List(Of ReportParameterInfo(Of Object))), _
       Optional ByVal slicers() As ReportSlicerState _
    )

    Parameters

    data
    The data necessary to render the report.
    template
    The report RDL template.
    subreports
    The subreports RDL templates.
    evaluationMessage
    The evaluation message.
    signature
    The signature.
    parameters
    The report parameter values.
    slicers
    The initial states of the report slicers.
    Exceptions
    ExceptionDescription
    Thrown when the data parameter is null.
    See Also