ReportingService2005.SetReportLinkAsync 方法

定义

重载

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)

参数

Report
String
Link
String

适用于

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)

参数

Report
String
Link
String
userState
Object

适用于