ActiveReports Developer 7
Render(IReport,StreamProvider) Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > IRenderingExtension Interface > Render Method : Render(IReport,StreamProvider) Method

report
The report to render.
streams
Stream for the output.

Glossary Item Box

Renders the report.

Syntax

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

Parameters

report
The report to render.
streams
Stream for the output.

See Also