Click or drag to resize
GridControlOnPrintPreview Method
Raises the PrintPreview event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public bool OnPrintPreview()

Return Value

Type: Boolean
true on success.
Remarks
Invoke this method to create a print preview of the GridControl in portrait orientation.

Equivalent to OnPrintPreview(true).

See Also