Partilhar via


Interface IPropertyDefinition

Represents a property definition.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Interface IPropertyDefinition
'Uso
Dim instance As IPropertyDefinition
public interface IPropertyDefinition
public interface class IPropertyDefinition
type IPropertyDefinition =  interface end
public interface IPropertyDefinition

O tipo IPropertyDefinition expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Default Gets the default value.
Propriedade pública Maximum Gets the maximum value.
Propriedade pública Minimum Gets the minimum value.
Propriedade pública Name Gets the name of the property.

Início

Métodos

  Nome Descrição
Método público Validate Infraestrutura. Validates the IPropertyDefinition using the specified component and value.

Início

Consulte também

Referência

Namespace Microsoft.ReportingServices.RdlObjectModel