ReportObjectBase Members
Include Protected Members
Include Inherited Members
Represents the base class for a report object.
The ReportObjectBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReportObjectBase() | Initializes a new instance of the ReportObjectBase class. |
![]() |
ReportObjectBase(IPropertyStore) | Initializes a new instance of the ReportObjectBase class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
Initialize() | Initializes the current ReportObjectBase instance. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
WrapPropertyStore(IPropertyStore) | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Parent | The parent of this report object. |
![]() |
PropertyStore | The property store. |
Top