Click or drag to resize

LocalBiRenderServiceRender Method

Render the specified report

Namespace: SanteDB.BI.Services.Impl
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public Stream Render(
	string reportId,
	string viewName,
	string formatName,
	IDictionary<string, Object> parameters,
	out string mimeType
)

Parameters

reportId  String

[Missing <param name="reportId"/> documentation for "M:SanteDB.BI.Services.Impl.LocalBiRenderService.Render(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String@)"]

viewName  String

[Missing <param name="viewName"/> documentation for "M:SanteDB.BI.Services.Impl.LocalBiRenderService.Render(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String@)"]

formatName  String

[Missing <param name="formatName"/> documentation for "M:SanteDB.BI.Services.Impl.LocalBiRenderService.Render(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String@)"]

parameters  IDictionaryString, Object

[Missing <param name="parameters"/> documentation for "M:SanteDB.BI.Services.Impl.LocalBiRenderService.Render(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String@)"]

mimeType  String

[Missing <param name="mimeType"/> documentation for "M:SanteDB.BI.Services.Impl.LocalBiRenderService.Render(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String@)"]

Return Value

Stream

[Missing <returns> documentation for "M:SanteDB.BI.Services.Impl.LocalBiRenderService.Render(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String@)"]

Implements

IBiRenderServiceRender(String, String, String, IDictionaryString, Object, String)
See Also