[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DataTreeBuilder.CreateSnapshotEvaluationContext

CreateSnapshotEvaluationContext Method

CreateSnapshotEvaluationContext(Report, DataParameter[], ResourceLocator, IReportInformationService, IReadOnlyDictionary<string, Func<CustomContextArgs, object>>)

Creates a snapshot evaluation context.

Declaration
public static IEvaluationContext CreateSnapshotEvaluationContext(Report report, DataParameter[] parameters, ResourceLocator resourceLocator, IReportInformationService reportInfo, IReadOnlyDictionary<string, Func<CustomContextArgs, object>> customContext)
Parameters
Type Name Description
Report report

The report.

DataParameter[] parameters

The data parameters.

ResourceLocator resourceLocator

The resource locator.

IReportInformationService reportInfo

The report information service.

IReadOnlyDictionary<string, Func<CustomContextArgs, object>> customContext

The custom context dictionary, optional.

Returns
Type Description
IEvaluationContext

An IEvaluationContext for the snapshot.

Remarks

Used by GCES.