The abstract base class for system tags that evaluate to a page number or count.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public abstract class TagPage : TagSys
Visual Basic
Public MustInherit Class TagPage _
	Inherits TagSys

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..NamedCollectionItem
    C1.C1Preview..::..TagBase
      C1.C1Preview..::..TagSys
        C1.C1Preview..::..TagPage
          C1.C1Preview..::..TagPageCount
          C1.C1Preview..::..TagPageNo
          C1.C1Preview..::..TagPageX
          C1.C1Preview..::..TagPageXCount
          C1.C1Preview..::..TagPageY
          C1.C1Preview..::..TagPageYCount

See Also