ActiveReports Developer 7
Render Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Document Namespace > PageDocument Class : Render Method

Glossary Item Box

Provides the output of the report to the specified rendering extension.

Overload List

OverloadDescription
Render(IRenderingExtension,StreamProvider)Provides the output of the report to the specified rendering extension.  
Render(IRenderingExtension,StreamProvider,NameValueCollection)Provides the output of the report to the specified rendering extension with the specified values.  
Render(IRenderingExtension,StreamProvider,NameValueCollection,Boolean)Provides the output of this report to the specified rendering extension with the specified values and refreshed data.  

See Also