[]
Creates a snapshot evaluation context.
public static IEvaluationContext CreateSnapshotEvaluationContext(Report report, DataParameter[] parameters, ResourceLocator resourceLocator, IReportInformationService reportInfo, IReadOnlyDictionary<string, Func<CustomContextArgs, object>> customContext)
| 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. |
| Type | Description |
|---|---|
| IEvaluationContext | An IEvaluationContext for the snapshot. |
Used by GCES.