SetReportLink Method
SQL Server 2000
ReportingService.SetReportLink Method
Specifies the report that is used for the report definition of an existing linked report.
Public Sub SetReportLink( _ ByVal Report As String _ ByVal Link As String _ ) Member of [Namespace].ReportingService
public void SetReportLink( string Report, string Link ); Member of [Namespace].ReportingService
Parameters
- Report
- The full path name of the linked report.
- Link
- The full path name of the report that contains the report definition.
Permissions
| Operation | Description |
|---|---|
| Update Properties | Required on the report passed in the report parameter. |
| Create Link | Required on the report passed in the link parameter. |
Remarks
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.