ReportExecutionService.Render2Async, méthode (String, String, PageCountMode, 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 Render2Async ( _
Format As String, _
DeviceInfo As String, _
PaginationMode As PageCountMode, _
userState As Object _
)
public void Render2Async(
string Format,
string DeviceInfo,
PageCountMode PaginationMode,
Object userState
)
public:
void Render2Async(
String^ Format,
String^ DeviceInfo,
PageCountMode PaginationMode,
Object^ userState
)
member Render2Async :
Format:string *
DeviceInfo:string *
PaginationMode:PageCountMode *
userState:Object -> unit
public function Render2Async(
Format : String,
DeviceInfo : String,
PaginationMode : PageCountMode,
userState : Object
)
Paramètres
- Format
Type : String
- DeviceInfo
Type : String
- PaginationMode
Type : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.PageCountMode
- userState
Type : Object
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms