Partilhar via


Propriedade do RDL Image.DrillthroughReport

Returns the URL of a drillthrough report.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property DrillthroughReport As ReportUrl 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Image Classe

Namespace Microsoft.ReportingServices.ReportRendering