Свойство DrillthroughReport
Gets the URL of the drillthrough report.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property DrillthroughReport As ReportUrl
Get
'Применение
Dim instance As Action
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 representing the drillthrough report.