ReportItem.ID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.