ReportExecutionService.BeginRender2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- Format
- String
- DeviceInfo
- String
- PaginationMode
- PageCountMode
- callback
- AsyncCallback
- asyncState
- Object