DataMember.ID Property

Definition

Gets the identifier for the data member.

public:
 virtual property System::String ^ ID { System::String ^ get(); };
public override string ID { get; }
member this.ID : string
Public Overrides ReadOnly Property ID As String

Property Value

A string containing the identifier for the data member.

Remarks

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

Applies to