Поделиться через


Класс ReportObject

Represents a report object.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Подробнее...

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public MustInherit Class ReportObject _
    Inherits ReportObjectBase _
    Implements IComponent, IDisposable
'Применение
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

Тип ReportObject обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод ReportObject Инфраструктура. Initializes a new instance of the ReportObject class.

В начало

Свойства

  Имя Описание
Открытое свойство ComponentMetadata Gets or sets the component metadata.
Открытое свойствоСтатический элемент DesignerModel Инфраструктура. Gets or sets whether the ReportObject object is a designer model.
Открытое свойство Parent The parent of this report object. (Производный от ReportObjectBase.)
Открытое свойство Site Инфраструктура. Gets or sets the site associated with the ReportObject object.

В начало

Методы

  Имя Описание
Защищенный методСтатический элемент CheckVisitedAndUpdate Инфраструктура. Specified whether the ReportObject is visited and updated.
Защищенный методСтатический элемент CloneObject Инфраструктура. Creates a copy of the ReportObject object.
Защищенный методСтатический элемент CompareReportParamterExpression Инфраструктура. Compares the report parameter expressions of two ReportObject object.
Открытый метод DeepClone Returns a deep clone of this ReportObject instance.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetContainingDataScopes Инфраструктура. Returns the list of report object that contains data scopes.
Защищенный метод GetDataScopesForDefaultImpl Инфраструктура. Returns the data scopes for default implementation.
Защищенный метод GetDependenciesCore Инфраструктура. Returns the dependencies core for the ReportObject object.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Initialize Инфраструктура. Initializes an instance of ReportObject. (Переопределяет ReportObjectBase.Initialize().)
Защищенный метод InitializeForDesigner Инфраструктура. Initializes the report object for designer.
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод OnChildPropertyChanged Инфраструктура. Raises an event when the property of the child was changed.
Защищенный метод OnPropertyChanged Инфраструктура. Raises an event when the property was changed.
Защищенный метод RdlSemanticEqualsCore Инфраструктура. Returns whether the report definition language semantic is the same with the core object.
Защищенный метод SavePropertyValue<T> Инфраструктура. Saves the property value of the report object.
Защищенный методСтатический элемент SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>) Инфраструктура. Compares whether the semantics of the report object are the same.
Защищенный методСтатический элемент SemanticCompare<T>(T, T, ICollection<ReportObject>) Инфраструктура. Compares whether the semantics of the report object are the same.
Открытый метод ToString (Производный от Object.)
Открытый методСтатический элемент UpgradeRDL(Stream, Boolean) Инфраструктура. Upgrades the report definition language of the report object.
Открытый методСтатический элемент UpgradeRDL(XmlReader, String, Boolean, Boolean) Инфраструктура. Upgrades the report definition language of the report object.

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IDisposable.Dispose Инфраструктура. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Явная реализация интерфейсаЗакрытое событие IComponent.Disposed Инфраструктура. Occurs when the ReportObject object is disposed.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.RdlObjectModel

Иерархия наследования

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