ReportObjectBase Class
Represents the base class for a report object.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public MustInherit Class ReportObjectBase _
Implements IContainedObject
'Usage
Dim instance As ReportObjectBase
public abstract class ReportObjectBase : IContainedObject
public ref class ReportObjectBase abstract : IContainedObject
[<AbstractClassAttribute>]
type ReportObjectBase =
class
interface IContainedObject
end
public abstract class ReportObjectBase implements IContainedObject
The ReportObjectBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ReportObjectBase | Initializes a new instance of the ReportObjectBase class. |
Top
Properties
Name | Description | |
---|---|---|
Parent | The parent of this report object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.