Search Results for

    Show / Hide Table of Contents

    Struct TotalPage

    Structure containing a reference to pagecount object, the number of pages is not known until the report is finished, so when the report is finished, all the references to PAGECOUNT special variable are updated

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public struct TotalPage

    Fields

    DisplayFormat

    Display format used in the display of the total page number

    Declaration
    public string DisplayFormat
    Field Value
    Type Description
    string

    ObjectIndex

    Object index in object array inside the MetaPage

    Declaration
    public int ObjectIndex
    Field Value
    Type Description
    int

    PageIndex

    Page index in page collection inside the MetaFile

    Declaration
    public int PageIndex
    Field Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX