ReportExecutionService.Render2Async 方法

定义

重载

Render2Async(String, String, PageCountMode)
Render2Async(String, String, PageCountMode, Object)

Render2Async(String, String, PageCountMode)

public:
 void Render2Async(System::String ^ Format, System::String ^ DeviceInfo, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::PageCountMode PaginationMode);
public void Render2Async (string Format, string DeviceInfo, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode PaginationMode);
member this.Render2Async : string * string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode -> unit
Public Sub Render2Async (Format As String, DeviceInfo As String, PaginationMode As PageCountMode)

参数

Format
String
DeviceInfo
String
PaginationMode
PageCountMode

适用于

Render2Async(String, String, PageCountMode, Object)

public:
 void Render2Async(System::String ^ Format, System::String ^ DeviceInfo, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::PageCountMode PaginationMode, System::Object ^ userState);
public void Render2Async (string Format, string DeviceInfo, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode PaginationMode, object userState);
member this.Render2Async : string * string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode * obj -> unit
Public Sub Render2Async (Format As String, DeviceInfo As String, PaginationMode As PageCountMode, userState As Object)

参数

Format
String
DeviceInfo
String
PaginationMode
PageCountMode
userState
Object

适用于