Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridPrintDocument Class
Members


In This Topic
    GridPrintDocument Class
    In This Topic
    Represents a reusable object that allows grids to be printed.
    Syntax
    'Declaration
     
    <ToolboxItemAttribute(False)>
    <ToolboxItemFilterAttribute("System.Drawing.Printing")>
    <DefaultPropertyAttribute("DocumentName")>
    <SRDescriptionAttribute("PrintDocumentDesc")>
    <DefaultEventAttribute("PrintPage")>
    <DesignerCategoryAttribute("Component")>
    Public Class GridPrintDocument 
       Inherits System.Drawing.Printing.PrintDocument
    'Usage
     
    Dim instance As GridPrintDocument
    [ToolboxItem(false)]
    [ToolboxItemFilter("System.Drawing.Printing")]
    [DefaultProperty("DocumentName")]
    [SRDescription("PrintDocumentDesc")]
    [DefaultEvent("PrintPage")]
    [DesignerCategory("Component")]
    public class GridPrintDocument : System.Drawing.Printing.PrintDocument 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Drawing.Printing.PrintDocument
                Xceed.Grid.GridPrintDocument

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also