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

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

Syntaxe

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

Paramètres

  • Format
    Type : String
  • DeviceInfo
    Type : String

Voir aussi

Référence

ReportExecutionService Classe

GetRenderResourceAsync, surcharge

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