Свойство ID

Gets the identifier for the data member.

Пространство имен:  Microsoft.ReportingServices.ReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property ID As String
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .String
A string containing the identifier for the data member.

Замечания

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