ReportExecutionService.Render2Async, méthode (String, String, PageCountMode)

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

Syntaxe

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

Paramètres

  • Format
    Type : String
  • DeviceInfo
    Type : String

Voir aussi

Référence

ReportExecutionService Classe

Render2Async, surcharge

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