Search Results for

    Show / Hide Table of Contents

    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 Source

    PrintAndPrintPreviewHandler()

    Initialize printing handler

    Declaration
    public PrintAndPrintPreviewHandler()

    Methods

    | Improve this Doc View Source

    Print(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

    | Improve this Doc View Source

    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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx