Класс DataRegion

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

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

Синтаксис

'Декларация
Public MustInherit Class DataRegion _
    Inherits ReportItem _
    Implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
'Применение
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

Потоковая защита

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