Propriété DrillthroughID
Gets the unique identifier of this ActionDrillthroughInstance object.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DrillthroughID As String
Get
'Utilisation
Dim instance As ActionDrillthroughInstance
Dim value As String
value = instance.DrillthroughID
public string DrillthroughID { get; }
public:
property String^ DrillthroughID {
String^ get ();
}
member DrillthroughID : string
function get DrillthroughID () : String
Valeur de propriété
Type : System. . :: . .String
A string value that represents the unique identifier of this ActionDrillthroughInstance object.