'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 _ )
public ReportSnapshot( ReportDataSnapshot data, string template, SubreportsInfo subreports, string evaluationMessage, string signature, Dictionary<string,List<ReportParameterInfo<object>>> parameters, ReportSlicerState[] slicers )
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.