IPropertyDefinition Interface
Represents a property definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Interface IPropertyDefinition
'Usage
Dim instance As IPropertyDefinition
public interface IPropertyDefinition
public interface class IPropertyDefinition
type IPropertyDefinition = interface end
public interface IPropertyDefinition
The IPropertyDefinition type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Default | Gets the default value. |
![]() |
Maximum | Gets the maximum value. |
![]() |
Minimum | Gets the minimum value. |
![]() |
Name | Gets the name of the property. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Validate | Infrastructure. Validates the IPropertyDefinition using the specified component and value. |
Top