ReportExecutionService.BeginRender2 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
IAsyncResult ^ BeginRender2(System::String ^ Format, System::String ^ DeviceInfo, Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::PageCountMode PaginationMode, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginRender2(string Format, string DeviceInfo, Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode PaginationMode, AsyncCallback callback, object asyncState);
member this.BeginRender2 : string * string * Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode * AsyncCallback * obj -> IAsyncResult
Public Function BeginRender2 (Format As String, DeviceInfo As String, PaginationMode As PageCountMode, callback As AsyncCallback, asyncState As Object) As IAsyncResult
參數
- Format
- String
- DeviceInfo
- String
- PaginationMode
- PageCountMode
- callback
- AsyncCallback
- asyncState
- Object