LocalReport.Render Método

Definição

Sobrecargas

Render(String, String, CreateStreamCallback, Warning[])
Render(String, String, PageCountMode, CreateStreamCallback, Warning[])
Render(String, String, PageCountMode, String, String, String, String[], Warning[])

Render(String, String, CreateStreamCallback, Warning[])

public:
 void Render(System::String ^ format, System::String ^ deviceInfo, Microsoft::Reporting::WebForms::CreateStreamCallback ^ createStream, [Runtime::InteropServices::Out] cli::array <Microsoft::Reporting::WebForms::Warning ^> ^ % warnings);
public void Render (string format, string deviceInfo, Microsoft.Reporting.WebForms.CreateStreamCallback createStream, out Microsoft.Reporting.WebForms.Warning[] warnings);
Public Sub Render (format As String, deviceInfo As String, createStream As CreateStreamCallback, ByRef warnings As Warning())

Parâmetros

format
String
deviceInfo
String
createStream
CreateStreamCallback
warnings
Warning[]

Aplica-se a

Render(String, String, PageCountMode, CreateStreamCallback, Warning[])

public:
 void Render(System::String ^ format, System::String ^ deviceInfo, Microsoft::Reporting::WebForms::PageCountMode pageCountMode, Microsoft::Reporting::WebForms::CreateStreamCallback ^ createStream, [Runtime::InteropServices::Out] cli::array <Microsoft::Reporting::WebForms::Warning ^> ^ % warnings);
public void Render (string format, string deviceInfo, Microsoft.Reporting.WebForms.PageCountMode pageCountMode, Microsoft.Reporting.WebForms.CreateStreamCallback createStream, out Microsoft.Reporting.WebForms.Warning[] warnings);

Parâmetros

format
String
deviceInfo
String
pageCountMode
PageCountMode
createStream
CreateStreamCallback
warnings
Warning[]

Aplica-se a

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);

Parâmetros

format
String
deviceInfo
String
pageCountMode
PageCountMode
mimeType
String
encoding
String
fileNameExtension
String
streams
String[]
warnings
Warning[]

Retornos

Byte[]

Aplica-se a