Classe ReportObject

Represents a report object.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public MustInherit Class ReportObject _
    Inherits ReportObjectBase _
    Implements IComponent, IDisposable
'Utilizzo
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

Nel tipo ReportObject sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto ReportObject Infrastruttura. Initializes a new instance of the ReportObject class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ComponentMetadata Gets or sets the component metadata.
Proprietà pubblicaMembro statico DesignerModel Infrastruttura. Gets or sets whether the ReportObject object is a designer model.
Proprietà pubblica Parent The parent of this report object. Ereditato da ReportObjectBase.
Proprietà pubblica Site Infrastruttura. Gets or sets the site associated with the ReportObject object.

In alto

Metodi

  Nome Descrizione
Metodo protettoMembro statico CheckVisitedAndUpdate Infrastruttura. Specified whether the ReportObject is visited and updated.
Metodo protettoMembro statico CloneObject Infrastruttura. Creates a copy of the ReportObject object.
Metodo protettoMembro statico CompareReportParamterExpression Infrastruttura. Compares the report parameter expressions of two ReportObject object.
Metodo pubblico DeepClone Returns a deep clone of this ReportObject instance.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetContainingDataScopes Infrastruttura. Returns the list of report object that contains data scopes.
Metodo protetto GetDataScopesForDefaultImpl Infrastruttura. Returns the data scopes for default implementation.
Metodo protetto GetDependenciesCore Infrastruttura. Returns the dependencies core for the ReportObject object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Initialize Infrastruttura. Initializes an instance of ReportObject. Esegue l'override di ReportObjectBase.Initialize().
Metodo protetto InitializeForDesigner Infrastruttura. Initializes the report object for designer.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto OnChildPropertyChanged Infrastruttura. Raises an event when the property of the child was changed.
Metodo protetto OnPropertyChanged Infrastruttura. Raises an event when the property was changed.
Metodo protetto RdlSemanticEqualsCore Infrastruttura. Returns whether the report definition language semantic is the same with the core object.
Metodo protetto SavePropertyValue<T> Infrastruttura. Saves the property value of the report object.
Metodo protettoMembro statico SemanticCompare<T>(IList<T>, IList<T>, ICollection<ReportObject>) Infrastruttura. Compares whether the semantics of the report object are the same.
Metodo protettoMembro statico SemanticCompare<T>(T, T, ICollection<ReportObject>) Infrastruttura. Compares whether the semantics of the report object are the same.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblicoMembro statico UpgradeRDL(Stream, Boolean) Infrastruttura. Upgrades the report definition language of the report object.
Metodo pubblicoMembro statico UpgradeRDL(XmlReader, String, Boolean, Boolean) Infrastruttura. Upgrades the report definition language of the report object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IDisposable.Dispose Infrastruttura. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Implementazione esplicita dell'interfacciaEvento privato IComponent.Disposed Infrastruttura. Occurs when the ReportObject object is disposed.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel

Gerarchia di ereditarietà

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