DataDynamics.Reports.Rendering.Html Support Forum
Render(IReport,StreamProvider,NameValueCollection) Method
See Also 
DataDynamics.Reports.Rendering.Html Namespace > HtmlRenderingExtension Class > Render Method : Render(IReport,StreamProvider,NameValueCollection) Method

report
The DataDynamics.Reports.Extensibility.Rendering.Components.IReport to render.
streams
The DataDynamics.Reports.Extensibility.Rendering.IO.StreamProvider to render the report output to.
settings
The settings to use when rederning the report.
Renders the DataDynamics.Reports.Extensibility.Rendering.Components.IReport to html.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Render( _
   ByVal report As IReport, _
   ByVal streams As StreamProvider, _
   ByVal settings As NameValueCollection _
) 
C# 
public void Render( 
   IReport report,
   StreamProvider streams,
   NameValueCollection settings
)

Parameters

report
The DataDynamics.Reports.Extensibility.Rendering.Components.IReport to render.
streams
The DataDynamics.Reports.Extensibility.Rendering.IO.StreamProvider to render the report output to.
settings
The settings to use when rederning the report.

See Also

©2010. GrapeCity, inc. All Rights Reserved.