ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataTreeBuilder Class / CreateSnapshotEvaluationContext Method
The report.
The data parameters.
The resource locator.
The report information service.
The custom context dictionary, optional.

In This Topic
    CreateSnapshotEvaluationContext Method
    In This Topic
    Creates a snapshot evaluation context.
    Syntax
    '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

    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

    Remarks
    Used by GCES.
    See Also