ReportExecutionService.BeginRender2, méthode
Espace de noms : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Function BeginRender2 ( _
Format As String, _
DeviceInfo As String, _
PaginationMode As PageCountMode, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginRender2(
string Format,
string DeviceInfo,
PageCountMode PaginationMode,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginRender2(
String^ Format,
String^ DeviceInfo,
PageCountMode PaginationMode,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginRender2 :
Format:string *
DeviceInfo:string *
PaginationMode:PageCountMode *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginRender2(
Format : String,
DeviceInfo : String,
PaginationMode : PageCountMode,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Paramètres
- Format
Type : String
- DeviceInfo
Type : String
- PaginationMode
Type : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode
- callback
Type : AsyncCallback
- asyncState
Type : Object
Valeur de retour
Type : IAsyncResult
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms