IPropertyDefinition 接口

Represents a property definition.

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

语法

声明
Public Interface IPropertyDefinition
用法
Dim instance As IPropertyDefinition
public interface IPropertyDefinition
public interface class IPropertyDefinition
type IPropertyDefinition =  interface end
public interface IPropertyDefinition

IPropertyDefinition 类型公开以下成员。

属性

  名称 说明
公共属性 Default The default value.
公共属性 Maximum The maximum value.
公共属性 Minimum The minimum value.
公共属性 Name The name of the property.

页首

方法

  名称 说明
公共方法 Validate 基础结构。

页首