Group.ID Property

Definition

Gets the identifier for the report item.

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

Property Value

A String value containing the identifier for the report item.

Remarks

The identifier is unique in the definition, but is repeated for each row of data.

Applies to