CustomPropertyCollection 类

定义

表示报表、报表项或组的自定义属性的集合。 此类不能被继承。

public ref class CustomPropertyCollection sealed
public sealed class CustomPropertyCollection
type CustomPropertyCollection = class
Public NotInheritable Class CustomPropertyCollection
继承
CustomPropertyCollection

注解

包含 CustomPropertyCollection 报表、报表项或组的自定义属性的对象。

构造函数

CustomPropertyCollection()

初始化 CustomPropertyCollection 类的新实例。

属性

Count

获取集合中的自定义属性数。

Item[Int32]

获取指定索引处的自定义属性。

Item[String]

返回集合中的已命名自定义属性。

方法

Add(CustomProperty)

将自定义属性添加到集合中。

Add(String, Object)

用名称和值创建自定义属性,并将其添加到集合中。

适用于