ReportExecutionService.RenderAsync, méthode (String, String)
Espace de noms : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Sub RenderAsync ( _
Format As String, _
DeviceInfo As String _
)
public void RenderAsync(
string Format,
string DeviceInfo
)
public:
void RenderAsync(
String^ Format,
String^ DeviceInfo
)
member RenderAsync :
Format:string *
DeviceInfo:string -> unit
public function RenderAsync(
Format : String,
DeviceInfo : String
)
Paramètres
- Format
Type : String
- DeviceInfo
Type : String
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms