| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Export( _ ByVal renderingExtension As IRenderingExtension, _ ByVal streams As StreamProvider, _ ByVal settings As NameValueCollection _ ) | |
| C# | |
|---|---|
public void Export( IRenderingExtension renderingExtension, StreamProvider streams, NameValueCollection settings ) | |
Parameters
- renderingExtension
- streams
- The DataDynamics.Reports.Extensibility.Rendering.IO.StreamProvider that is to store the rendered report output.
- settings
- The NameValueCollection that contains the settings for the DataDynamics.Reports.Extensibility.Rendering.IRenderingExtension.
| Exception | Description |
|---|---|
| ArgumentNullException | renderingExtension or streams is null. |
| ReportsException | A report specific error occured. |