PropertyStore Members

Include Protected Members
Include Inherited Members

Represents a property store.

The PropertyStore type exposes the following members.

Constructors

  Name Description
Public method PropertyStore(ReportObject) Initializes a new instance of the PropertyStore class.

Top

Methods

  Name Description
Public method ContainsBoolean(Int32) Indicates whether a property contains a Boolean value.
Public method ContainsInteger(Int32) Indicates whether a property contains an int value.
Public method ContainsObject(Int32) Indicates whether a property contains an object.
Public method ContainsSize(Int32) Indicates whether a property contains a size.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetBoolean(Int32) Gets a Boolean property.
Public method GetHashCode() (Inherited from Object.)
Public method GetInteger(Int32) Gets an integer property.
Public method GetObject(Int32) Gets an object property.
Public method GetObject<T>(Int32) Gets a property of type T.
Public method GetSize(Int32) Gets a size property.
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method RemoveBoolean(Int32) Removes a Boolean property.
Public method RemoveInteger(Int32) Removes an int property.
Public method RemoveObject(Int32) Removes an object property.
Public method RemoveProperty(Int32) Removes a property.
Public method RemoveSize(Int32) Removes a size property.
Public method SetBoolean(Int32, Boolean) Sets a Boolean property.
Public method SetInteger(Int32, Int32) Sets an int property.
Public method SetObject(Int32, Object) Sets an object property.
Public method SetSize(Int32, ReportSize) Sets a size property.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Owner The owner object.
Public property Parent The parent object.

Top