Share via


ReportingService2005.SetReportLinkAsync Method

Definition

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

Applies to