ReportItem.ID Property

Definition

Gets the identifier for the item on the report.

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

Property Value

A String value that contains the identifier of the item on the report.

Remarks

The identifier is a unique, autogenerated string. This identifier is unique across the entire report, including subreports, but will repeat for each row of data in a data region.

The identifier returned will contain digits only.

Applies to