'Declaration Public Shared Function CreateSnapshotEvaluationContext( _ ByVal report As Report, _ ByVal parameters() As DataParameter, _ ByVal resourceLocator As ResourceLocator, _ ByVal reportInfo As IReportInformationService, _ ByVal customContext As IReadOnlyDictionary(Of String,Func(Of CustomContextArgs,Object)) _ ) As IEvaluationContext
public static IEvaluationContext CreateSnapshotEvaluationContext( Report report, DataParameter[] parameters, ResourceLocator resourceLocator, IReportInformationService reportInfo, IReadOnlyDictionary<string,Func<CustomContextArgs,object>> customContext )
Parameters
- report
- The report.
- parameters
- The data parameters.
- resourceLocator
- The resource locator.
- reportInfo
- The report information service.
- customContext
- The custom context dictionary, optional.
Return Value
An GrapeCity.ActiveReports.Core.Rendering.IEvaluationContext for the snapshot.