CustomProperty 类

定义

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

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

注解

基于Name表达式或Value包含在没有数据计算结果null的对象中CustomData

具有需要计算的表达式的自定义属性,即使不应将行放在其中 CustomReportItem也是如此。

构造函数

CustomProperty(String, Object)

构造 CustomProperty 对象。

属性

Name

返回自定义属性的名称。

Value

返回自定义属性的值。

适用于