'Declaration Function GetReportStream( _ ByVal reportDescriptor As SampleReportDescriptor _ ) As Stream
Stream GetReportStream( SampleReportDescriptor reportDescriptor )
Parameters
- reportDescriptor
- The descriptor of the report to get the stream for.
Return Value
A System.IO.Stream representing the report's content.