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

In This Topic
    GridColumn Class
    In This Topic
    Represents a column in the Grid.
    Object Model
    GridColumn Class
    Syntax
    'Declaration
     
    Public NotInheritable Class GridColumn 
       Inherits ReportComponent
       Implements IReportComponent 
    public sealed class GridColumn : 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.GridColumn

    See Also