Compartir a través de


ID Propiedad

Gets the identifier for the data member.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property ID As String
    Get
'Uso
Dim instance As DataMember
Dim value As String

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

Valor de la propiedad

Tipo: System. . :: . .String
A string containing the identifier for the data member.

Notas

IDs are unique in the definition and across subreports, but will repeat for each row of data. IDs will contain digits only.