ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / PrintParameters Property

In This Topic
    PrintParameters Property (C1FlexPivotGrid)
    In This Topic
    Gets a C1.Win.C1FlexGrid.GridPrinter object that specifies printing parameters for the grid.
    Syntax
    'Declaration
     
    Public ReadOnly Property PrintParameters As GridPrinter
    public GridPrinter PrintParameters {get;}
    Remarks

    Use the C1.Win.C1FlexGrid.C1FlexGridBase.PrintGrid method to print the grid and specify the document name, common printing options, headers and footers.

    Use the C1.Win.C1FlexGrid.C1FlexGridBase.PrintParameters property to specify less common printing options such as header and footer fonts, page margins, and page orientation.

    See Also