ReportExecutionService.LoadReport3Async 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
LoadReport3Async(String, String) | |
LoadReport3Async(String, String, Object) |
LoadReport3Async(String, String)
public:
void LoadReport3Async(System::String ^ Report, System::String ^ HistoryID);
public void LoadReport3Async (string Report, string HistoryID);
member this.LoadReport3Async : string * string -> unit
Public Sub LoadReport3Async (Report As String, HistoryID As String)
Parameters
- Report
- String
- HistoryID
- String
Applies to
LoadReport3Async(String, String, Object)
public:
void LoadReport3Async(System::String ^ Report, System::String ^ HistoryID, System::Object ^ userState);
public void LoadReport3Async (string Report, string HistoryID, object userState);
member this.LoadReport3Async : string * string * obj -> unit
Public Sub LoadReport3Async (Report As String, HistoryID As String, userState As Object)
Parameters
- Report
- String
- HistoryID
- String
- userState
- Object