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