Class PrintAndPrintPreviewHandler
Print preview extension for telerik and simplic grids
Inheritance
System.Object
PrintAndPrintPreviewHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.DBUI.Printing
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class PrintAndPrintPreviewHandler
Constructors
| Improve this Doc View SourcePrintAndPrintPreviewHandler()
Initialize printing handler
Declaration
public PrintAndPrintPreviewHandler()
Methods
| Improve this Doc View SourcePrint(GridViewControl, PrintSettings)
Print the given grid
Declaration
public void Print(GridViewControl grid, PrintSettings settings)
Parameters
Type | Name | Description |
---|---|---|
GridViewControl | grid | Grid view instance |
PrintSettings | settings | Printing settings |
PrintPreview(GridViewControl, PrintSettings)
Show print preview
Declaration
public void PrintPreview(GridViewControl grid, PrintSettings settings)
Parameters
Type | Name | Description |
---|---|---|
GridViewControl | grid | Gridview instance |
PrintSettings | settings | Print settings |