Свойство DrillthroughReport

Returns the URL of a drillthrough report.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property DrillthroughReport As ReportUrl
    Get
'Применение
Dim instance As Image
Dim value As ReportUrl

value = instance.DrillthroughReport
public ReportUrl DrillthroughReport { get; }
public:
property ReportUrl^ DrillthroughReport {
    ReportUrl^ get ();
}
member DrillthroughReport : ReportUrl
function get DrillthroughReport () : ReportUrl

Значение свойства

Тип Microsoft.ReportingServices.ReportRendering. . :: . .ReportUrl
A ReportUrl object containing the URL of a drillthrough report.