Compartir a través de


ReportElement.ID Propiedad

Gets the unique identifier for this report definition object.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property ID As String 
    Get
'Uso
Dim instance As ReportElement 
Dim value As String 

value = instance.ID
public abstract string ID { get; }
public:
virtual property String^ ID {
    String^ get () abstract;
}
abstract ID : string
abstract function get ID () : String

Valor de la propiedad

Tipo: System.String
A string value that represents the unique identifier for this report definition object.

Vea también

Referencia

ReportElement Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering