Click or drag to resize

RootRenderContext Constructor

Cretaes a new root rendering context

Namespace:  SanteDB.BI.Rendering
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
public RootRenderContext(
	BiReportDefinition report,
	string viewName,
	IDictionary<string, Object> parameters,
	int? maxResultSetSize
)

Parameters

report
Type: SanteDB.BI.ModelBiReportDefinition
The report being rendered
viewName
Type: SystemString
The view being rendered
parameters
Type: System.Collections.GenericIDictionaryString, Object
The parameters to the renderer
maxResultSetSize
Type: SystemNullableInt32
The maximum number of results which can be present in the BI result set
See Also