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.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DrillthroughUrl As String
Get
'Usage
Dim instance As ActionDrillthroughInstance
Dim value As String
value = instance.DrillthroughUrl
public string DrillthroughUrl { get; }
public:
property String^ DrillthroughUrl {
String^ get ();
}
member DrillthroughUrl : string
function get DrillthroughUrl () : String
Property Value
Type: System.String
A string value that represents the URL of the drillthrough report.
See Also
Reference
ActionDrillthroughInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace