WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridPrintDocumentAdv - WindowsForms API Reference | Syncfusion PivotGridControl. ">

    Show / Hide Table of Contents

    Class PivotGridPrintDocumentAdv

    Implements printing functionality for a PivotGridControl.

    Inheritance
    System.Object
    GridPrintDocument
    GridPrintDocumentAdv
    PivotGridPrintDocumentAdv
    Inherited Members
    GridPrintDocumentAdv.fixedRowIndex
    GridPrintDocumentAdv.OnDrawGridPrintHeader(GridPrintHeaderFooterTemplateArgs)
    GridPrintDocumentAdv.OnDrawGridPrintFooter(GridPrintHeaderFooterTemplateArgs)
    GridPrintDocumentAdv.OnBeginPrint(PrintEventArgs)
    GridPrintDocumentAdv.DrawHeaderFooterText(GridPrintHeaderFooterTemplateArgs, Boolean)
    GridPrintDocumentAdv.OnEndPrint(PrintEventArgs)
    GridPrintDocumentAdv.HeaderPrintStyleInfo
    GridPrintDocumentAdv.FooterPrintStyleInfo
    GridPrintDocumentAdv.PagesToFit
    GridPrintDocumentAdv.PrintColumnToFitPage
    GridPrintDocumentAdv.ScaleColumnsToFitPage
    GridPrintDocumentAdv.HeaderHeight
    GridPrintDocumentAdv.FooterHeight
    GridPrintDocumentAdv.DrawGridPrintHeader
    GridPrintDocumentAdv.DrawGridPrintFooter
    GridPrintDocument.PageSettingsChanged
    GridPrintDocument.PagesToPrint
    GridPrintDocument.IsPrintPreview
    GridPrintDocument.CustomBounds
    GridPrintDocument.IsPDFExport
    GridPrintDocument.HelperPageSettings
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class PivotGridPrintDocumentAdv : GridPrintDocumentAdv

    Constructors

    PivotGridPrintDocumentAdv(GridControlBase)

    Initializes a new instance of the PivotGridPrintDocumentAdv class.

    Declaration
    public PivotGridPrintDocumentAdv(GridControlBase grid)
    Parameters
    Type Name Description
    GridControlBase grid

    The GridControlBase to be printed.

    PivotGridPrintDocumentAdv(PivotGridControl)

    Initializes a new instance of the PivotGridPrintDocumentAdv class.

    Declaration
    public PivotGridPrintDocumentAdv(PivotGridControl grid)
    Parameters
    Type Name Description
    PivotGridControl grid

    The parent grid for this object.

    Methods

    OnDrawHeaderStyle(DrawCustomHeaderStyleArgs)

    Raises the DrawCustomHeaderStyle event.

    Declaration
    protected virtual void OnDrawHeaderStyle(DrawCustomHeaderStyleArgs e)
    Parameters
    Type Name Description
    DrawCustomHeaderStyleArgs e

    A DrawCustomHeaderStyleArgsthat contains the event data.

    OnPrintPage(PrintPageEventArgs)

    Overridden to start printing of pivot grid page.

    Declaration
    protected override void OnPrintPage(PrintPageEventArgs ev)
    Parameters
    Type Name Description
    System.Drawing.Printing.PrintPageEventArgs ev

    The System.Drawing.Printing.PrintPageEventArgs that contains the event data.

    Overrides
    GridPrintDocumentAdv.OnPrintPage(PrintPageEventArgs)

    Events

    DrawCustomHeaderStyle

    Handle this event to draw Header to the Grid print document.

    Declaration
    public event PivotGridPrintDocumentAdv.DrawCustomHeaderStyleEventHandler DrawCustomHeaderStyle
    Event Type
    Type Description
    PivotGridPrintDocumentAdv.DrawCustomHeaderStyleEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved