TRVReportCustomValueVisualizerBase.Id (read-only)

<< Click to display table of contents >>

TRVReportCustomValueVisualizerBase.Id (read-only)

An unique identifier of this item in the collection.

property Id: TRVValueVisualizerId;

This value is unique for all items in the collection. A valid identifier is a zero or positive value.

This property is read-only, however, it is stored with the item when the table is saved in RVF.

When you call Assign method to copy one item to another, Id is not copied. Use AssignIdFrom method to copy Id from one item to another (do not do it for items in the same collection, otherwise this property will not be unique).