Partager via


Classe DataRegion

Represents the base class for a data region, such as Tablix.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public MustInherit Class DataRegion _
    Inherits ReportItem _
    Implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
'Utilisation
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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.