Classe DataRegion
Represents the base class for a data region, such as Tablix.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public MustInherit Class DataRegion _
Inherits ReportItem _
Implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
'Utilizzo
Dim instance As DataRegion
public abstract class DataRegion : ReportItem,
IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
public ref class DataRegion abstract : public ReportItem,
IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
[<AbstractClassAttribute>]
type DataRegion =
class
inherit ReportItem
interface IDataScopeService
interface IDataScope
interface IContainedObject
interface IDataCellScopeService
end
public abstract class DataRegion extends ReportItem implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportElement
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportItem
Microsoft.ReportingServices.RdlObjectModel..::..DataRegion
Microsoft.ReportingServices.RdlObjectModel. . :: . .Chart
Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugePanel
Microsoft.ReportingServices.RdlObjectModel. . :: . .Tablix
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche