Class PivotGridPrintDocumentAdv
Implements printing functionality for a PivotGridControl.
Inherited Members
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
Events
DrawCustomHeaderStyle
Handle this event to draw Header to the Grid print document.
Declaration
public event PivotGridPrintDocumentAdv.DrawCustomHeaderStyleEventHandler DrawCustomHeaderStyle
Event Type
Type |
---|
PivotGridPrintDocumentAdv.DrawCustomHeaderStyleEventHandler |