ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Table Class
Properties Methods Events

In This Topic
    Table Class Members
    In This Topic

    The following tables list the members exposed by Table.

    Public Constructors
     NameDescription
    Public Constructor

    Initializes a new instance of the Table class.

     
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Implements IScopeDefinition.ChildScopes.  
    Public PropertyReturns the GrapeCity.ActiveReports.PageReportModel.Rdl.ReportComponentCollection containing all the components hosted in the control.  
    Public Property

    The name to use for the data element for the collection of all instances of the group.

     
    Public Property

    The name to use for the data element for instances of the group. This property is ignored if there is a grouping defined for the details.

     
    Public PropertyGets or sets a value indicating whether the details appear in a data rendering.  
    Public Property

    Gets or sets the detail rows for the table..

     
    Public Property

    Gets or sets the table footer rows.

     
    Public PropertyGets or sets the number of frozen columns.  
    Public PropertyGets or sets the number of frozen rows.  
    Public Property

    Gets or sets the table header rows.

     
    Public PropertyIndicates whether the orphaned footer is displayed on next page.  
    Public Property

    Gets or sets a value indicating whether a Table should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only.

     
    Public Property

    Gets or sets a value indicating whether a Table should fill the space with empty rows to reach its FixedHeight. Applicable to FPL reports only.

     
    Public PropertyOverridden. IScopeDefinition.ReportItemsInScope.  
    Public Property

    Gets the columns in the table.

     
    Public Property

    Gets the groups to use in the table.

     
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Validates the information in each property of the Table object.  
    Top
    See Also