ActiveReports Developer 7
Identifier Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : Identifier Property

Glossary Item Box

Gets unique page identifier (used in PagesCollection to track swapped out pages)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Identifier As System.Guid
C# 
public System.Guid Identifier {get;}

See Also