ReportExecutionService.GetRenderResourceAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| GetRenderResourceAsync(String, String) | |
| GetRenderResourceAsync(String, String, Object) |
GetRenderResourceAsync(String, String)
public:
void GetRenderResourceAsync(System::String ^ Format, System::String ^ DeviceInfo);
public void GetRenderResourceAsync(string Format, string DeviceInfo);
member this.GetRenderResourceAsync : string * string -> unit
Public Sub GetRenderResourceAsync (Format As String, DeviceInfo As String)
參數
- Format
- String
- DeviceInfo
- String
適用於
GetRenderResourceAsync(String, String, Object)
public:
void GetRenderResourceAsync(System::String ^ Format, System::String ^ DeviceInfo, System::Object ^ userState);
public void GetRenderResourceAsync(string Format, string DeviceInfo, object userState);
member this.GetRenderResourceAsync : string * string * obj -> unit
Public Sub GetRenderResourceAsync (Format As String, DeviceInfo As String, userState As Object)
參數
- Format
- String
- DeviceInfo
- String
- userState
- Object