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 | |
---|---|---|
Default | Gets the default value. | |
Maximum | Gets the maximum value. | |
Minimum | Gets the minimum value. | |
Name | Gets the name of the property. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Validate | Infraestrutura. Validates the IPropertyDefinition using the specified component and value. |
Início