Expand Minimize
This topic has not yet been rated - Rate this topic

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.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.