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 | Gets the default value. |
![]() |
Maximum | Gets the maximum value. |
![]() |
Minimum | Gets the minimum value. |
![]() |
Name | Gets the name of the property. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Validate | 基础结构。Validates the IPropertyDefinition using the specified component and value. |
页首