Freigeben über


IPropertyDefinition-Schnittstelle

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

Der IPropertyDefinition-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Default Gets the default value.
Öffentliche Eigenschaft Maximum Gets the maximum value.
Öffentliche Eigenschaft Minimum Gets the minimum value.
Öffentliche Eigenschaft Name Gets the name of the property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Validate Infrastruktur Validates the IPropertyDefinition using the specified component and value.

Zum Anfang

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace