Skip to main content
A newer version of this page is available. .

Member Table: Printing

  • 2 minutes to read

Member

Description

GridControl.Print

Prints the grid control’s GridControl.DefaultView (the GridControl.MainView or the currently maximized detail View) without showing a print preview or print dialog.

GridControl.PrintDialog

Displays the standard Print dialog to print the data displayed in the Grid Control’s GridControl.DefaultView.

GridControl.ShowPrintPreview

Opens the Print Preview window with a Bars UI.

GridControl.ShowRibbonPrintPreview

Displays the Print Preview window with a Ribbon UI.

GridView.OptionsPrint

BandedGridView.OptionsPrint

LayoutView.OptionsPrint

CardView.OptionsPrint

Provide access to print/export options.

GridView.AppearancePrint

BandedGridView.AppearancePrint

LayoutView.AppearancePrint

CardView.AppearancePrint

Provides access to properties that specify the appearances of grid elements when they are printed/exported.

GridControl.IsPrintingAvailable

Indicates whether the grid control can be printed/exported.

BaseView.PrintInitialize

Allows you to customize general print/export settings when the View is about to be printed/exported.

GridView.BeforePrintRow

Fires before printing/exporting each individual row, and allows you to add custom information to the printout/export output, and prevent a row from being printed/exported.

GridView.AfterPrintRow

Fires after an individual row has been printed/exported, and allows you to add custom information to the printout/export output.

GridView.GetGroupRowPrintValue

Returns the export value corresponding to the specified group row. The value will be exported when exporting the grid View’s data as values, not as display text in MS Excel format.

ViewPrintOptionsBase.AutoResetPrintDocument

Gets or sets whether the grid automatically clears a generated print/export document and then generates this document each time the grid is printed/exported. In server mode, this option is not in effect.

BaseView.CreateDocument

Creates a print/export document from the View’s data.

BaseView.ClearDocument

Clears a previously generated document for printing/exporting.

OptionsColumn.Printable

Gets or sets whether a column is included in the print/export output.