Report.Render メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| Render(String) | |
| Render(String, String) | |
| Render(String, String, String, String, String, String[], Warning[]) | |
| Render(String, String, PageCountMode, String, String, String, String[], Warning[]) |
Render(String)
Render(String, String)
public:
cli::array <System::Byte> ^ Render(System::String ^ format, System::String ^ deviceInfo);
public byte[] Render (string format, string deviceInfo);
member this.Render : string * string -> byte[]
Public Function Render (format As String, deviceInfo As String) As Byte()
パラメーター
- format
- String
- deviceInfo
- String
戻り値
Byte[]
適用対象
Render(String, String, String, String, String, String[], Warning[])
public:
cli::array <System::Byte> ^ Render(System::String ^ format, System::String ^ deviceInfo, [Runtime::InteropServices::Out] System::String ^ % mimeType, [Runtime::InteropServices::Out] System::String ^ % encoding, [Runtime::InteropServices::Out] System::String ^ % fileNameExtension, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % streams, [Runtime::InteropServices::Out] cli::array <Microsoft::Reporting::WebForms::Warning ^> ^ % warnings);
public byte[] Render (string format, string deviceInfo, out string mimeType, out string encoding, out string fileNameExtension, out string[] streams, out Microsoft.Reporting.WebForms.Warning[] warnings);
member this.Render : string * string * string * string * string * String[] * Warning[] -> byte[]
Public Function Render (format As String, deviceInfo As String, ByRef mimeType As String, ByRef encoding As String, ByRef fileNameExtension As String, ByRef streams As String(), ByRef warnings As Warning()) As Byte()
パラメーター
- format
- String
- deviceInfo
- String
- mimeType
- String
- encoding
- String
- fileNameExtension
- String
- streams
- String[]
- warnings
- Warning[]
戻り値
Byte[]
適用対象
Render(String, String, PageCountMode, String, String, String, String[], Warning[])
public:
abstract cli::array <System::Byte> ^ Render(System::String ^ format, System::String ^ deviceInfo, Microsoft::Reporting::WebForms::PageCountMode pageCountMode, [Runtime::InteropServices::Out] System::String ^ % mimeType, [Runtime::InteropServices::Out] System::String ^ % encoding, [Runtime::InteropServices::Out] System::String ^ % fileNameExtension, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % streams, [Runtime::InteropServices::Out] cli::array <Microsoft::Reporting::WebForms::Warning ^> ^ % warnings);
public abstract byte[] Render (string format, string deviceInfo, Microsoft.Reporting.WebForms.PageCountMode pageCountMode, out string mimeType, out string encoding, out string fileNameExtension, out string[] streams, out Microsoft.Reporting.WebForms.Warning[] warnings);
abstract member Render : string * string * Microsoft.Reporting.WebForms.PageCountMode * string * string * string * String[] * Warning[] -> byte[]
Public MustOverride Function Render (format As String, deviceInfo As String, pageCountMode As PageCountMode, ByRef mimeType As String, ByRef encoding As String, ByRef fileNameExtension As String, ByRef streams As String(), ByRef warnings As Warning()) As Byte()
パラメーター
- format
- String
- deviceInfo
- String
- pageCountMode
- PageCountMode
- mimeType
- String
- encoding
- String
- fileNameExtension
- String
- streams
- String[]
- warnings
- Warning[]
戻り値
Byte[]