ServerReport.RenderStream-Methode
Returns a secondary stream associated with a processed report.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
'Usage
Parameter
- format
The format in which to render the stream. This argument maps to a rendering extension. Supported extensions include XML, NULL, CSV, IMAGE, PDF, HTML4.0, HTML3.2, MHTML, Microsoft Office EXCEL, and HTMLOWC.
- streamId
The stream identifier.
- deviceInfo
An XML string that contains the device-specific content that is required by the rendering extension specified in the format parameter. For more information about device information settings for specific output formats, see "Device Information Settings" in SQL Server Books Online.
- mimeType
The MIME type of the stream.
- encoding
The Microsoft .NET Framework encoding class name.
Rückgabewert
A Byte array of the stream in the specified format. For more information about this data type, see "Byte Structure" in the .NET Framework documentation.
Hinweise
Examples of streams include images and charts.
Siehe auch
Verweis
ServerReport-Klasse
ServerReport-Member
Microsoft.Reporting.WinForms-Namespace