次の方法で共有


ServerReport.RenderStream メソッド

Returns a secondary stream associated with a processed report.

名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (microsoft.reportviewer.winforms.dll 内)

構文

'宣言
'使用

パラメータ

  • 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.

戻り値

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.

解説

Examples of streams include images and charts.

参照

リファレンス

ServerReport クラス
ServerReport メンバ
Microsoft.Reporting.WinForms 名前空間