GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports.Document Namespace > PageDocument Class > Render Method : Render(IRenderingExtension,StreamProvider,NameValueCollection) Method |
'Declaration Public Overloads Sub Render( _ ByVal renderingExtension As IRenderingExtension, _ ByVal streams As StreamProvider, _ ByVal settings As System.Collections.Specialized.NameValueCollection _ )
public void Render( IRenderingExtension renderingExtension, StreamProvider streams, System.Collections.Specialized.NameValueCollection settings )
Exception | Description |
---|---|
System.ArgumentNullException | renderingExtension or streams is null. |
ReportsException | A report specific error occured. |