Share via


ReportObject Members

Include Protected Members
Include Inherited Members

Represents a report object.

The ReportObject type exposes the following members.

Constructors

  Name Description
Protected method ReportObject() Infrastructure.
Protected method ReportObject(IPropertyStore) Infrastructure.

Top

Methods

  Name Description
Public method DeepClone() Returns a deep clone of this ReportObject instance.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetAncestor<T>() The ancestor of this report object.
Public method GetContainingDataScopes() The containing data scopes.
Protected method GetDataScopesForDefaultImpl(IContainedObject) Infrastructure.
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method Initialize() Infrastructure. (Overrides ReportObjectBase.Initialize().)
Protected method InitializeForDesigner() Infrastructure.
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnChildPropertyChanged(Int32, Object, Object) Infrastructure.
Protected method OnPropertyChanged(Int32, Object, Object) Infrastructure.
Protected method SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>) Infrastructure.
Public method ToString() (Inherited from Object.)
Public methodStatic member UpgradeRDL(Stream, Boolean) Infrastructure.
Public methodStatic member UpgradeRDL(XmlReader, String, Boolean, Boolean) Infrastructure.
Protected method WrapPropertyStore(IPropertyStore) Infrastructure. (Overrides ReportObjectBase.WrapPropertyStore(IPropertyStore).)

Top

Properties

  Name Description
Public propertyStatic member DesignerModel Infrastructure.
Public property Parent The parent of this report object. (Inherited from ReportObjectBase.)
Public property PropertyStore The property store. (Inherited from ReportObjectBase.)
Public property Site Infrastructure.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose()
Explicit interface implemetationPrivate event IComponent.Disposed

Top