ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataTreeBuilder Class / BuildData(ReportStore,CancellationToken,Report,DataTreeBuilderConfig,DataParameter[],InteractiveSortState,IReportInformationService,IReadOnlyDictionary<String,Func<CustomContextArgs,Object>>) Method
The report store.
The cancellation token.
The report query, optional.
The data tree builder configuration, optional.
The data parameters, optional.
The interactive sort states, optional.
The report information service, optional.
The custom context dictionary, optional.

In This Topic
    BuildData(ReportStore,CancellationToken,Report,DataTreeBuilderConfig,DataParameter[],InteractiveSortState,IReportInformationService,IReadOnlyDictionary<String,Func<CustomContextArgs,Object>>) Method
    In This Topic
    Builds data for the given ReportStore and other parameters.
    Syntax
    'Declaration
     
    Public Shared Function BuildData( _
       ByVal reportStore As ReportStore, _
       ByVal cancel As CancellationToken, _
       Optional ByVal reportQuery As Def.Report, _
       Optional ByVal config As DataTreeBuilderConfig, _
       Optional ByVal parameters() As DataParameter, _
       Optional ByVal sortStates As InteractiveSortState, _
       Optional ByVal reportInfo As IReportInformationService, _
       Optional ByVal customContext As IReadOnlyDictionary(Of String,Func(Of CustomContextArgs,Object)) _
    ) As ReportDataSnapshot

    Parameters

    reportStore
    The report store.
    cancel
    The cancellation token.
    reportQuery
    The report query, optional.
    config
    The data tree builder configuration, optional.
    parameters
    The data parameters, optional.
    sortStates
    The interactive sort states, optional.
    reportInfo
    The report information service, optional.
    customContext
    The custom context dictionary, optional.

    Return Value

    See Also