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