| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub Export( _ ByVal renderingExtension As IRenderingExtension, _ ByVal streams As StreamProvider, _ ByVal settings As NameValueCollection, _ ByVal forceDataRefresh As Boolean _ ) | |
| C# | |
|---|---|
public void Export( IRenderingExtension renderingExtension, StreamProvider streams, NameValueCollection settings, bool forceDataRefresh ) | |
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.
- forceDataRefresh
- Set to True to force a refresh or requery of the data even if the DataMap has already retrieved the necessary data.
| Exception | Description |
|---|---|
| ArgumentNullException | renderingExtension or streams is null. |
| ReportsException | A report specific error occured. |