[]
Base class for stream provider for rendering report extension outputs to a file.
public abstract class StreamProvider
| Name | Description |
|---|---|
| StreamProvider() |
| Name | Description |
|---|---|
| CleanUpOnError() | Performs the required clean up in case of a rendering error. |
| CreatePrimaryStream(string, string) | Returns GrapeCity.ActiveReports.Extensibility.IO.StreamInfo of the primary stream. |
| CreateSecondaryStream(string, string, string) | Returns GrapeCity.ActiveReports.Extensibility.IO.StreamInfo of the primary stream. |
| GetPrimaryStream() | Returns a GrapeCity.ActiveReports.Extensibility.IO.StreamInfo providing access to the primary stream. |
| GetSecondaryStreams() | Returns an array of GrapeCity.ActiveReports.Extensibility.IO.StreamInfo objects providing access to the secondary stream(s). |