Partager via


ReportExecutionService.GetRenderResourceAsync, méthode (String, String, Object)

Espace de noms :  Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)

Syntaxe

'Déclaration
Public Sub GetRenderResourceAsync ( _
    Format As String, _
    DeviceInfo As String, _
    userState As Object _
)
public void GetRenderResourceAsync(
    string Format,
    string DeviceInfo,
    Object userState
)
public:
void GetRenderResourceAsync(
    String^ Format, 
    String^ DeviceInfo, 
    Object^ userState
)
member GetRenderResourceAsync : 
        Format:string * 
        DeviceInfo:string * 
        userState:Object -> unit 
public function GetRenderResourceAsync(
    Format : String, 
    DeviceInfo : String, 
    userState : Object
)

Paramètres

  • Format
    Type : String
  • DeviceInfo
    Type : String
  • userState
    Type : Object

Voir aussi

Référence

ReportExecutionService Classe

GetRenderResourceAsync, surcharge

Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms