ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ReportExtensions Class / BuildReport Method
Report bundle with root report definition, subreports and other resources.
Report data.
Report parameters values.
Builder configuration.

In This Topic
    BuildReport Method (ReportExtensions)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function BuildReport( _
       ByVal reportStore As ReportStore, _
       Optional ByVal data As ReportDataSnapshot, _
       Optional ByVal parameters() As GrapeCity.Enterprise.Data.DataEngine.DataProcessing.DataParameter, _
       Optional ByVal config As RenderingTreeBuilderConfig, _
       Optional ByVal subreports As SubreportsInfo, _
       Optional ByVal actions() As ActionKey, _
       Optional ByVal customContext As IReadOnlyDictionary(Of String,Func(Of CustomContextArgs,Object)) _
    ) As IReport
    public static IReport BuildReport( 
       ReportStore reportStore,
       ReportDataSnapshot data,
       GrapeCity.Enterprise.Data.DataEngine.DataProcessing.DataParameter[] parameters,
       RenderingTreeBuilderConfig config,
       SubreportsInfo subreports,
       ActionKey[] actions,
       IReadOnlyDictionary<string,Func<CustomContextArgs,object>> customContext
    )

    Parameters

    reportStore
    Report bundle with root report definition, subreports and other resources.
    data
    Report data.
    parameters
    Report parameters values.
    config
    Builder configuration.
    subreports
    actions
    customContext

    Return Value

    See Also