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.
Subreports information.
Action keys.
Custom context.

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 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
 

Parameters

reportStore
Report bundle with root report definition, subreports and other resources.
data
Report data.
parameters
Report parameters values.
config
Builder configuration.
subreports
Subreports information.
actions
Action keys.
customContext
Custom context.

Return Value

See Also