[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportComponent

ReportComponent Class

Represents a base class for a report component within a report.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public abstract class ReportComponent : Component, IReportComponent, IComponent, IDisposable
Remarks

This abstract class defines the core properties and behaviors for all report components.

Constructors

Name Description
ReportComponent()

Properties

Name Description
Parent

Gets or sets the parent container that hosts the report component.

Extension Methods