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.