ReportExecutionService.RenderAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RenderAsync(String, String) | |
RenderAsync(String, String, Object) |
RenderAsync(String, String)
public:
void RenderAsync(System::String ^ Format, System::String ^ DeviceInfo);
public void RenderAsync (string Format, string DeviceInfo);
member this.RenderAsync : string * string -> unit
Public Sub RenderAsync (Format As String, DeviceInfo As String)
Parameters
- Format
- String
- DeviceInfo
- String
Applies to
RenderAsync(String, String, Object)
public:
void RenderAsync(System::String ^ Format, System::String ^ DeviceInfo, System::Object ^ userState);
public void RenderAsync (string Format, string DeviceInfo, object userState);
member this.RenderAsync : string * string * obj -> unit
Public Sub RenderAsync (Format As String, DeviceInfo As String, userState As Object)
Parameters
- Format
- String
- DeviceInfo
- String
- userState
- Object