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

Top

Methods

  Name Description
Public method Validate Infrastructure.

Top