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