ReportExecutionService.BeginGetRenderResource, 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 BeginGetRenderResource ( _
Format As String, _
DeviceInfo As String, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginGetRenderResource(
string Format,
string DeviceInfo,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginGetRenderResource(
String^ Format,
String^ DeviceInfo,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginGetRenderResource :
Format:string *
DeviceInfo:string *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginGetRenderResource(
Format : String,
DeviceInfo : String,
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
Paramètres
- Format
Type : String
- DeviceInfo
Type : String
- 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