IDataCell 接口

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Interface IDataCell _
    Inherits IContainedObject
用法
Dim instance As IDataCell
public interface IDataCell : IContainedObject
public interface class IDataCell : IContainedObject
type IDataCell =  
    interface
        interface IContainedObject
    end
public interface IDataCell extends IContainedObject

IDataCell 类型公开以下成员。

属性

  名称 说明
公共属性 Parent The parent object. (从 IContainedObject 继承。)

页首