Click or drag to resize

IBiReportFormatProviderRender Method

Render the specified report according to the format

Namespace:  SanteDB.BI.Services
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
Stream Render(
	BiReportDefinition reportDefinition,
	string viewName,
	IDictionary<string, Object> parameters
)

Parameters

reportDefinition
Type: SanteDB.BI.ModelBiReportDefinition
The report that should be rendered
viewName
Type: SystemString
The name of the view to berendered
parameters
Type: System.Collections.GenericIDictionaryString, Object
The parameters used to populate the report

Return Value

Type: Stream
The rendered output stream
See Also