[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TableRow.Components

Components Property

Components

Gets a ReportComponentCollection containing all the ReportComponent in the container.

Declaration
public ReportComponentCollection Components { get; }
Property Value
Type Description
ReportComponentCollection

A read-only ReportComponentCollection object containing all the ReportComponent objects in the container.

Implements