Share via


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
Public property Default Gets the default value.
Public property Maximum Gets the maximum value.
Public property Minimum Gets the minimum value.
Public property Name Gets the name of the property.

Top

Methods

  Name Description
Public method Validate Infrastructure. Validates the IPropertyDefinition using the specified component and value.

Top

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace