Click or drag to resize

IBiViewComponentRender Method

Renders the specified view component

Namespace:  SanteDB.BI.Components
Assembly:  SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntax
void Render(
	XElement element,
	XmlWriter writer,
	IRenderContext context
)

Parameters

element
Type: System.Xml.LinqXElement
The element to be rendered
writer
Type: System.XmlXmlWriter
The writer to which output HTML should be appended
context
Type: SanteDB.BI.RenderingIRenderContext
The current context of the report in this render
See Also