Share via


ReportObject Class

Represents a report object.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      More...

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public MustInherit Class ReportObject _
    Inherits ReportObjectBase _
    Implements IComponent, IDisposable
'Usage
Dim instance As ReportObject
public abstract class ReportObject : ReportObjectBase, 
    IComponent, IDisposable
public ref class ReportObject abstract : public ReportObjectBase, 
    IComponent, IDisposable
[<AbstractClassAttribute>]
type ReportObject =  
    class 
        inherit ReportObjectBase 
        interface IComponent 
        interface IDisposable 
    end
public abstract class ReportObject extends ReportObjectBase implements IComponent, IDisposable

The ReportObject type exposes the following members.

Constructors

  Name Description
Protected method ReportObject Infrastructure. Initializes a new instance of the ReportObject class.

Top

Properties

  Name Description
Public property ComponentMetadata Gets or sets the component metadata.
Public propertyStatic member DesignerModel Infrastructure. Gets or sets whether the ReportObject object is a designer model.
Public property Parent The parent of this report object. (Inherited from ReportObjectBase.)
Public property Site Infrastructure. Gets or sets the site associated with the ReportObject object.

Top

Methods

  Name Description
Protected methodStatic member CheckVisitedAndUpdate Infrastructure. Specified whether the ReportObject is visited and updated.
Protected methodStatic member CloneObject Infrastructure. Creates a copy of the ReportObject object.
Protected methodStatic member CompareReportParamterExpression Infrastructure. Compares the report parameter expressions of two ReportObject object.
Public method DeepClone Returns a deep clone of this ReportObject instance.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetContainingDataScopes Infrastructure. Returns the list of report object that contains data scopes.
Protected method GetDataScopesForDefaultImpl Infrastructure. Returns the data scopes for default implementation.
Protected method GetDependenciesCore Infrastructure. Returns the dependencies core for the ReportObject object.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Infrastructure. Initializes an instance of ReportObject. (Overrides ReportObjectBase.Initialize().)
Protected method InitializeForDesigner Infrastructure. Initializes the report object for designer.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnChildPropertyChanged Infrastructure. Raises an event when the property of the child was changed.
Protected method OnPropertyChanged Infrastructure. Raises an event when the property was changed.
Protected method RdlSemanticEqualsCore Infrastructure. Returns whether the report definition language semantic is the same with the core object.
Protected method SavePropertyValue<T> Infrastructure. Saves the property value of the report object.
Protected methodStatic member SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>) Infrastructure. Compares whether the semantics of the report object are the same.
Protected methodStatic member SemanticCompare<T>(T, T, ICollection<ReportObject>) Infrastructure. Compares whether the semantics of the report object are the same.
Public method ToString (Inherited from Object.)
Public methodStatic member UpgradeRDL(Stream, Boolean) Infrastructure. Upgrades the report definition language of the report object.
Public methodStatic member UpgradeRDL(XmlReader, String, Boolean, Boolean) Infrastructure. Upgrades the report definition language of the report object.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose Infrastructure. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Explicit interface implemetationPrivate event IComponent.Disposed Infrastructure. Occurs when the ReportObject object is disposed.

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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.Action
      Microsoft.ReportingServices.RdlObjectModel.ActionInfo
      Microsoft.ReportingServices.RdlObjectModel.AltReportItem
      Microsoft.ReportingServices.RdlObjectModel.BackFrame
      Microsoft.ReportingServices.RdlObjectModel.BackgroundImage
      Microsoft.ReportingServices.RdlObjectModel.BaseGaugeImage
      Microsoft.ReportingServices.RdlObjectModel.Border
      Microsoft.ReportingServices.RdlObjectModel.CellContents
      Microsoft.ReportingServices.RdlObjectModel.ChartAlignType
      Microsoft.ReportingServices.RdlObjectModel.ChartArea
      Microsoft.ReportingServices.RdlObjectModel.ChartAxis
      Microsoft.ReportingServices.RdlObjectModel.ChartAxisScaleBreak
      Microsoft.ReportingServices.RdlObjectModel.ChartAxisTitle
      Microsoft.ReportingServices.RdlObjectModel.ChartBorderSkin
      Microsoft.ReportingServices.RdlObjectModel.ChartCategoryHierarchy
      Microsoft.ReportingServices.RdlObjectModel.ChartCodeParameter
      Microsoft.ReportingServices.RdlObjectModel.ChartDataLabel
      Microsoft.ReportingServices.RdlObjectModel.ChartDataPointValues
      Microsoft.ReportingServices.RdlObjectModel.ChartDerivedSeries
      Microsoft.ReportingServices.RdlObjectModel.ChartElementPosition
      Microsoft.ReportingServices.RdlObjectModel.ChartEmptyPoints
      Microsoft.ReportingServices.RdlObjectModel.ChartFormulaParameter
      Microsoft.ReportingServices.RdlObjectModel.ChartGridLines
      Microsoft.ReportingServices.RdlObjectModel.ChartItemInLegend
      Microsoft.ReportingServices.RdlObjectModel.ChartLegend
      Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumn
      Microsoft.ReportingServices.RdlObjectModel.ChartLegendColumnHeader
      Microsoft.ReportingServices.RdlObjectModel.ChartLegendCustomItem
      Microsoft.ReportingServices.RdlObjectModel.ChartLegendCustomItemCell
      Microsoft.ReportingServices.RdlObjectModel.ChartLegendTitle
      Microsoft.ReportingServices.RdlObjectModel.ChartMarker
      Microsoft.ReportingServices.RdlObjectModel.ChartNoMoveDirections
      Microsoft.ReportingServices.RdlObjectModel.ChartSeries
      Microsoft.ReportingServices.RdlObjectModel.ChartSeriesHierarchy
      Microsoft.ReportingServices.RdlObjectModel.ChartSmartLabel
      Microsoft.ReportingServices.RdlObjectModel.ChartStripLine
      Microsoft.ReportingServices.RdlObjectModel.ChartThreeDProperties
      Microsoft.ReportingServices.RdlObjectModel.ChartTickMarks
      Microsoft.ReportingServices.RdlObjectModel.ChartTitle
      Microsoft.ReportingServices.RdlObjectModel.Class
      Microsoft.ReportingServices.RdlObjectModel.CodeObject
      Microsoft.ReportingServices.RdlObjectModel.ComponentMetadata
      Microsoft.ReportingServices.RdlObjectModel.ConnectionProperties
      Microsoft.ReportingServices.RdlObjectModel.CustomLabel
      Microsoft.ReportingServices.RdlObjectModel.CustomProperty
      Microsoft.ReportingServices.RdlObjectModel.DataHierarchy
      Microsoft.ReportingServices.RdlObjectModel.DataRegionBody
      Microsoft.ReportingServices.RdlObjectModel.DataRegionCell
      Microsoft.ReportingServices.RdlObjectModel.DataSetBase
      Microsoft.ReportingServices.RdlObjectModel.DataSetInfo
      Microsoft.ReportingServices.RdlObjectModel.DataSetReference
      Microsoft.ReportingServices.RdlObjectModel.DataSource
      Microsoft.ReportingServices.RdlObjectModel.DataSourceCredentials
      Microsoft.ReportingServices.RdlObjectModel.DataValue
      Microsoft.ReportingServices.RdlObjectModel.DefaultValue
      Microsoft.ReportingServices.RdlObjectModel.Drillthrough
      Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage
      Microsoft.ReportingServices.RdlObjectModel.Field
      Microsoft.ReportingServices.RdlObjectModel.Filter
      Microsoft.ReportingServices.RdlObjectModel.FrameBackground
      Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
      Microsoft.ReportingServices.RdlObjectModel.GaugePanelItem
      Microsoft.ReportingServices.RdlObjectModel.GaugePointer
      Microsoft.ReportingServices.RdlObjectModel.GaugeScale
      Microsoft.ReportingServices.RdlObjectModel.Group
      Microsoft.ReportingServices.RdlObjectModel.HierarchyMember
      Microsoft.ReportingServices.RdlObjectModel.IndicatorState
      Microsoft.ReportingServices.RdlObjectModel.MapAppearanceRule
      Microsoft.ReportingServices.RdlObjectModel.MapBindingFieldPair
      Microsoft.ReportingServices.RdlObjectModel.MapBorderSkin
      Microsoft.ReportingServices.RdlObjectModel.MapBucket
      Microsoft.ReportingServices.RdlObjectModel.MapColorScaleTitle
      Microsoft.ReportingServices.RdlObjectModel.MapDataRegion
      Microsoft.ReportingServices.RdlObjectModel.MapField
      Microsoft.ReportingServices.RdlObjectModel.MapFieldDefinition
      Microsoft.ReportingServices.RdlObjectModel.MapGridLines
      Microsoft.ReportingServices.RdlObjectModel.MapLayer
      Microsoft.ReportingServices.RdlObjectModel.MapLegendTitle
      Microsoft.ReportingServices.RdlObjectModel.MapLimits
      Microsoft.ReportingServices.RdlObjectModel.MapLineRules
      Microsoft.ReportingServices.RdlObjectModel.MapLocation
      Microsoft.ReportingServices.RdlObjectModel.MapMarker
      Microsoft.ReportingServices.RdlObjectModel.MapMarkerImage
      Microsoft.ReportingServices.RdlObjectModel.MapPointRules
      Microsoft.ReportingServices.RdlObjectModel.MapPolygonRules
      Microsoft.ReportingServices.RdlObjectModel.MapSize
      Microsoft.ReportingServices.RdlObjectModel.MapSpatialData
      Microsoft.ReportingServices.RdlObjectModel.MapSpatialElement
      Microsoft.ReportingServices.RdlObjectModel.MapSpatialElementTemplate
      Microsoft.ReportingServices.RdlObjectModel.MapSubItem
      Microsoft.ReportingServices.RdlObjectModel.MapTile
      Microsoft.ReportingServices.RdlObjectModel.MapView
      Microsoft.ReportingServices.RdlObjectModel.MetadataProperty
      Microsoft.ReportingServices.RdlObjectModel.MetadataValue
      Microsoft.ReportingServices.RdlObjectModel.NumericIndicatorRange
      Microsoft.ReportingServices.RdlObjectModel.Page
      Microsoft.ReportingServices.RdlObjectModel.PageBreak
      Microsoft.ReportingServices.RdlObjectModel.Parameter
      Microsoft.ReportingServices.RdlObjectModel.ParameterValue
      Microsoft.ReportingServices.RdlObjectModel.PinLabel
      Microsoft.ReportingServices.RdlObjectModel.PointerCap
      Microsoft.ReportingServices.RdlObjectModel.QueryBase
      Microsoft.ReportingServices.RdlObjectModel.QueryParameter
      Microsoft.ReportingServices.RdlObjectModel.Report
      Microsoft.ReportingServices.RdlObjectModel.ReportElement
      Microsoft.ReportingServices.RdlObjectModel.ReportParameter
      Microsoft.ReportingServices.RdlObjectModel.ReportSection
      Microsoft.ReportingServices.RdlObjectModel.ScaleLabels
      Microsoft.ReportingServices.RdlObjectModel.ScaleRange
      Microsoft.ReportingServices.RdlObjectModel.SharedDataSet
      Microsoft.ReportingServices.RdlObjectModel.SortExpression
      Microsoft.ReportingServices.RdlObjectModel.Style
      Microsoft.ReportingServices.RdlObjectModel.TablixColumn
      Microsoft.ReportingServices.RdlObjectModel.TablixCorner
      Microsoft.ReportingServices.RdlObjectModel.TablixCornerCell
      Microsoft.ReportingServices.RdlObjectModel.TablixHeader
      Microsoft.ReportingServices.RdlObjectModel.TablixHierarchy
      Microsoft.ReportingServices.RdlObjectModel.TablixRow
      Microsoft.ReportingServices.RdlObjectModel.Thermometer
      Microsoft.ReportingServices.RdlObjectModel.TickMarkStyle
      Microsoft.ReportingServices.RdlObjectModel.ToggleImage
      Microsoft.ReportingServices.RdlObjectModel.UserSort
      Microsoft.ReportingServices.RdlObjectModel.ValidValues
      Microsoft.ReportingServices.RdlObjectModel.Variable
      Microsoft.ReportingServices.RdlObjectModel.Visibility