ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grid Class
Members

In This Topic
    Grid Class
    In This Topic
    Represents a component containing information about the alignment of report items on the grid.
    Object Model
    Grid Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Grid 
       Inherits ReportComponent
       Implements IReportComponent 
    public sealed class Grid : ReportComponent, IReportComponent  
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             GrapeCity.ActiveReports.PageReportModel.ReportComponent
                GrapeCity.ActiveReports.PageReportModel.Grid

    See Also