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