Partager via


Propriété Image.DrillthroughReport

Returns the URL of a drillthrough report.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DrillthroughReport As ReportUrl 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Image Classe

Espace de noms Microsoft.ReportingServices.ReportRendering