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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

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