Share via


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
Protected method ReportObjectBase() Initializes a new instance of the ReportObjectBase class.
Protected method ReportObjectBase(IPropertyStore) Initializes a new instance of the ReportObjectBase class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method Initialize() Initializes the current ReportObjectBase instance.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)
Protected method WrapPropertyStore(IPropertyStore) Infrastructure.

Top

Properties

  Name Description
Public property Parent The parent of this report object.
Public property PropertyStore The property store.

Top