| 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.