Condividi tramite


Proprietà DrillthroughReport

Returns the URL of a drillthrough report.

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property DrillthroughReport As ReportUrl
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportUrl
A ReportUrl object containing the URL of a drillthrough report.