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.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
Stream Render(
	BiReportDefinition reportDefinition,
	string viewName,
	IDictionary<string, Object> parameters
)

Parameters

reportDefinition  BiReportDefinition
The report that should be rendered
viewName  String
The name of the view to berendered
parameters  IDictionaryString, Object
The parameters used to populate the report

Return Value

Stream
The rendered output stream
See Also