Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns the name of the report whose report definition is used for the specified linked report.
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Function GetReportLink ( _
Report As String _
) As String
'Применение
Dim instance As ReportingService2005
Dim Report As String
Dim returnValue As String
returnValue = instance.GetReportLink(Report)
public string GetReportLink(
string Report
)
public:
String^ GetReportLink(
String^ Report
)
member GetReportLink :
Report:string -> string
public function GetReportLink(
Report : String
) : String
Параметры
- Report
Тип: System.String
The full path name of the linked report.
Возвращаемое значение
Тип: System.String
The full path name of the report that contains the report definition for the specified linked report.
Замечания
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |
If the report that contains the report definition for a linked report is located in the My Reports folder, the path returned is the true path and not the virtual path to the report.
If a report is deleted that has linked reports associated with it, the linked reports no longer run.