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

In This Topic
    Details Class
    In This Topic
    Represents the detail rows for a table, where grouping, sorting and visibility can be configured.
    Object Model
    Details Class
    Syntax
    'Declaration
     
    Public NotInheritable Class Details 
       Inherits ReportComponent
       Implements IReportComponentIReportComponentContainerIScopeDefinitionIValidateable 
    Remarks

    The Details row repeats for each bound data set record that passed through the data set filters and data region filters.

    If a table has the grouping configured, then the details row appears between the Header and Footer of the enclosing group instance.

    Inheritance Hierarchy

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

    See Also