ReportObjectBase Class

Definition

Represents the base class for a report object.

public ref class ReportObjectBase abstract : Microsoft::ReportingServices::RdlObjectModel::IContainedObject
public abstract class ReportObjectBase : Microsoft.ReportingServices.RdlObjectModel.IContainedObject
type ReportObjectBase = class
    interface IContainedObject
Public MustInherit Class ReportObjectBase
Implements IContainedObject
Inheritance
ReportObjectBase
Derived
Implements

Constructors

ReportObjectBase()

Initializes a new instance of the ReportObjectBase class.

Properties

Parent

The parent of this report object.

Methods

Initialize()

Initializes the current ReportObjectBase instance.

Applies to