Compartilhar via


Propriedade do RDL ActionDrillthroughInstance.DrillthroughID

Gets the unique identifier of this ActionDrillthroughInstance object.

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

Sintaxe

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

Valor da propriedade

Tipo: System.String
A string value that represents the unique identifier of this ActionDrillthroughInstance object.

Consulte também

Referência

ActionDrillthroughInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering