| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Render( _ ByVal report As IReport, _ ByVal streamProvider As StreamProvider, _ ByVal settings As NameValueCollection _ ) | |
| C# | |
|---|---|
public void Render( IReport report, StreamProvider streamProvider, NameValueCollection settings ) | |
Parameters
- report
- The DataDynamics.Reports.Extensibility.Rendering.Components.IReport to render.
- streamProvider
- settings
- The settings to use when rendering the report.