共用方式為


DataRegionCell 類別

Represents a cell in a data region.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public MustInherit Class DataRegionCell _
    Inherits ReportObject _
    Implements IDataScopeService, IDataCell, IContainedObject
'用途
Dim instance As DataRegionCell
public abstract class DataRegionCell : ReportObject, 
    IDataScopeService, IDataCell, IContainedObject
public ref class DataRegionCell abstract : public ReportObject, 
    IDataScopeService, IDataCell, IContainedObject
[<AbstractClassAttribute>]
type DataRegionCell =  
    class
        inherit ReportObject
        interface IDataScopeService
        interface IDataCell
        interface IContainedObject
    end
public abstract class DataRegionCell extends ReportObject implements IDataScopeService, IDataCell, IContainedObject

執行緒安全性

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