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


In This Topic
    Report Class
    In This Topic
    The Report class allows for reports to be created from the data contained in a Xceed.Grid.GridControl.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Allows for reports to be created from the data contained in a GridControl.")>
    <DefaultPropertyAttribute("PaperSize")>
    <DefaultEventAttribute("PaperSizeChanged")>
    <ToolboxItemAttribute(False)>
    Public Class Report 
    'Usage
     
    Dim instance As Report
    [Description("Allows for reports to be created from the data contained in a GridControl.")]
    [DefaultProperty("PaperSize")]
    [DefaultEvent("PaperSizeChanged")]
    [ToolboxItem(false)]
    public class Report 
    Remarks

    Neither the Xceed.Grid.GroupByRow nor the Xceed.Grid.InsertionRow are included when a report is created.

    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Reporting.Report

    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