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.481-alpha
Syntax
public Stream Render(
	string reportId,
	string viewName,
	string formatName,
	IDictionary<string, Object> parameters,
	out string mimeType
)

Parameters

reportId
Type: SystemString

[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
Type: SystemString

[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
Type: SystemString

[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
Type: System.Collections.GenericIDictionaryString, 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
Type: SystemString

[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

Type: 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