Freigeben über


DataRegion-Klasse

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public MustInherit Class DataRegion _
    Inherits ReportItem _
    Implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
'Usage
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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.