[]
Returns the report content stream for the specified report descriptor.
Stream GetReportStream(SampleReportDescriptor reportDescriptor)
Type | Name | Description |
---|---|---|
SampleReportDescriptor | reportDescriptor | The descriptor of the report to get the stream for. |
Type | Description |
---|---|
Stream | A Stream representing the report's content. |
This method retrieves the stream associated with a specified report descriptor.
var stream = sampleReportsProvider.GetReportStream(descriptor);
Type | Condition |
---|---|
ArgumentNullException | Thrown when |