Click or drag to resize
GridControlOnGridPrintPreviewPage Method
Raises the GridPrintPreviewPage event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool OnGridPrintPreviewPage(
	GridPrintPageEventArgs e
)

Parameters

e
Type: Stingray.GridGridPrintPageEventArgs
The event data.

Return Value

Type: Boolean
true on success.
Remarks
Invoke this method when a page is about to be prepared and drawn to the print preview.
See Also