Click or drag to resize

IBiRenderServiceRender Method

Render the specified report

Namespace:  SanteDB.BI.Services
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
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.IBiRenderService.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.IBiRenderService.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.IBiRenderService.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.IBiRenderService.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.IBiRenderService.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.IBiRenderService.Render(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.String@)"]

See Also