Search Results for

    Show / Hide Table of Contents

    Class BandInfo

    Holds the layout state and cached bitmaps for a single section band drawn on the design surface, including its position, size, title and the rendered section, ruler and band images.

    Inheritance
    object
    BandInfo
    Implements
    IDisposable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public class BandInfo : IDisposable

    Constructors

    View Source

    BandInfo()

    Declaration
    public BandInfo()

    Fields

    View Source

    BandBitmap

    Declaration
    public Bitmap BandBitmap
    Field Value
    Type Description
    Bitmap
    View Source

    BandPosX

    Declaration
    public int BandPosX
    Field Value
    Type Description
    int
    View Source

    BandPosY

    Declaration
    public int BandPosY
    Field Value
    Type Description
    int
    View Source

    BitmapHeight

    Declaration
    public int BitmapHeight
    Field Value
    Type Description
    int
    View Source

    BitmapWidth

    Declaration
    public int BitmapWidth
    Field Value
    Type Description
    int
    View Source

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    int
    View Source

    PosX

    Declaration
    public int PosX
    Field Value
    Type Description
    int
    View Source

    PosY

    Declaration
    public int PosY
    Field Value
    Type Description
    int
    View Source

    RightBitmap

    Declaration
    public Bitmap RightBitmap
    Field Value
    Type Description
    Bitmap
    View Source

    RulerBitmap

    Declaration
    public Bitmap RulerBitmap
    Field Value
    Type Description
    Bitmap
    View Source

    RulerBitmapHeight

    Declaration
    public int RulerBitmapHeight
    Field Value
    Type Description
    int
    View Source

    RulerBitmapWidth

    Declaration
    public int RulerBitmapWidth
    Field Value
    Type Description
    int
    View Source

    Section

    Declaration
    public Section Section
    Field Value
    Type Description
    Section
    View Source

    SectionBitmap

    Declaration
    public Image SectionBitmap
    Field Value
    Type Description
    Image
    View Source

    SubReport

    Declaration
    public SubReport SubReport
    Field Value
    Type Description
    SubReport
    View Source

    TitleCaption

    Declaration
    public string TitleCaption
    Field Value
    Type Description
    string
    View Source

    TitleHeight

    Declaration
    public int TitleHeight
    Field Value
    Type Description
    int
    View Source

    TotalWidth

    Declaration
    public int TotalWidth
    Field Value
    Type Description
    int
    View Source

    Width

    Declaration
    public int Width
    Field Value
    Type Description
    int
    View Source

    oldposition

    Declaration
    public int oldposition
    Field Value
    Type Description
    int
    View Source

    oldpositiony

    Declaration
    public int oldpositiony
    Field Value
    Type Description
    int

    Methods

    View Source

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDisposable
    • View Source
    In this article
    Back to top Generated by DocFX