ServerReport.Render Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Render(String, String, NameValueCollection, String, String)
public:
System::IO::Stream ^ Render(System::String ^ format, System::String ^ deviceInfo, System::Collections::Specialized::NameValueCollection ^ urlAccessParameters, [Runtime::InteropServices::Out] System::String ^ % mimeType, [Runtime::InteropServices::Out] System::String ^ % fileNameExtension);
public System.IO.Stream Render(string format, string deviceInfo, System.Collections.Specialized.NameValueCollection urlAccessParameters, out string mimeType, out string fileNameExtension);
override this.Render : string * string * System.Collections.Specialized.NameValueCollection * string * string -> System.IO.Stream
Public Function Render (format As String, deviceInfo As String, urlAccessParameters As NameValueCollection, ByRef mimeType As String, ByRef fileNameExtension As String) As Stream
Параметры
- format
- String
- deviceInfo
- String
- urlAccessParameters
- NameValueCollection
- mimeType
- String
- fileNameExtension
- String
Возвращаемое значение
Применяется к
Render(String, String, NameValueCollection, Stream, String, String)
public:
void Render(System::String ^ format, System::String ^ deviceInfo, System::Collections::Specialized::NameValueCollection ^ urlAccessParameters, System::IO::Stream ^ reportStream, [Runtime::InteropServices::Out] System::String ^ % mimeType, [Runtime::InteropServices::Out] System::String ^ % fileNameExtension);
public void Render(string format, string deviceInfo, System.Collections.Specialized.NameValueCollection urlAccessParameters, System.IO.Stream reportStream, out string mimeType, out string fileNameExtension);
override this.Render : string * string * System.Collections.Specialized.NameValueCollection * System.IO.Stream * string * string -> unit
Public Sub Render (format As String, deviceInfo As String, urlAccessParameters As NameValueCollection, reportStream As Stream, ByRef mimeType As String, ByRef fileNameExtension As String)
Параметры
- format
- String
- deviceInfo
- String
- urlAccessParameters
- NameValueCollection
- reportStream
- Stream
- mimeType
- String
- fileNameExtension
- String
Применяется к
Render(String, String, PageCountMode, String, String, String, String[], Warning[])
public:
override 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 override 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);
override this.Render : string * string * Microsoft.Reporting.WebForms.PageCountMode * string * string * string * String[] * Warning[] -> byte[]
Public Overrides 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[]