Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL of the drillthrough report.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DrillthroughReport As ReportUrl
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.ReportRendering.ReportUrl
A ReportUrl object representing the drillthrough report.