Search Results for

    Show / Hide Table of Contents

    Class DataGridViewPrintOptions

    Inheritance
    object
    DataGridViewPrintOptions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting.Forms
    Assembly: Reportman.Reporting.Forms.dll
    Syntax
    public class DataGridViewPrintOptions

    Constructors

    DataGridViewPrintOptions()

    Declaration
    public DataGridViewPrintOptions()

    Fields

    AdjustWidth

    Declaration
    public bool AdjustWidth
    Field Value
    Type Description
    bool

    DrawBackGroundColors

    Declaration
    public bool DrawBackGroundColors
    Field Value
    Type Description
    bool

    DrawTreeLines

    Declaration
    public bool DrawTreeLines
    Field Value
    Type Description
    bool

    HorizontalLines

    Declaration
    public bool HorizontalLines
    Field Value
    Type Description
    bool

    LandsCape

    Declaration
    public bool LandsCape
    Field Value
    Type Description
    bool

    PaperSize

    Declaration
    public PaperSize PaperSize
    Field Value
    Type Description
    PaperSize

    Preview

    Declaration
    public bool Preview
    Field Value
    Type Description
    bool

    PrintSelected

    Declaration
    public bool PrintSelected
    Field Value
    Type Description
    bool

    Report

    Declaration
    public Report Report
    Field Value
    Type Description
    Report

    SelectedColumns

    Declaration
    public List<DataGridViewColumn> SelectedColumns
    Field Value
    Type Description
    List<DataGridViewColumn>

    VerticalLines

    Declaration
    public bool VerticalLines
    Field Value
    Type Description
    bool

    WordWrap

    Declaration
    public bool WordWrap
    Field Value
    Type Description
    bool

    Methods

    PaperWidth()

    Declaration
    public int PaperWidth()
    Returns
    Type Description
    int
    In this article
    Back to top Generated by DocFX