ReportingService2005.SetReportLink(String, String) Method

Definition

Specifies the report that is used for the report definition of an existing linked report.

public:
 void SetReportLink(System::String ^ Report, System::String ^ Link);
public void SetReportLink (string Report, string Link);
member this.SetReportLink : string * string -> unit
Public Sub SetReportLink (Report As String, Link As String)

Parameters

Report
String

The full path name of the linked report.

Link
String

The full path name of the report that contains the report definition.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
Required Permissions UpdateProperties on Report AND (ReadProperties AND CreateLink) on Link

If the report specified in the Report parameter already contains a report definition, a SOAP exception is thrown with error code rsWrongItemType.

Using this method changes the ModifiedBy, ModifiedDate, and Size properties of the report.

Applies to