共用方式為


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

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。