| 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
)
Function Render (
reportDefinition As BiReportDefinition,
viewName As String,
parameters As IDictionary(Of String, Object)
) As Stream
Stream^ Render(
BiReportDefinition^ reportDefinition,
String^ viewName,
IDictionary<String^, Object^>^ parameters
)
abstract Render :
reportDefinition : BiReportDefinition *
viewName : string *
parameters : IDictionary<string, Object> -> Stream
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:
StreamThe rendered output stream
See Also