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