Interfaccia IPropertyDefinition
Represents a property definition.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Interface IPropertyDefinition
'Utilizzo
Dim instance As IPropertyDefinition
public interface IPropertyDefinition
public interface class IPropertyDefinition
type IPropertyDefinition = interface end
public interface IPropertyDefinition
Nel tipo IPropertyDefinition sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Default | Gets the default value. | |
Maximum | Gets the maximum value. | |
Minimum | Gets the minimum value. | |
Name | Gets the name of the property. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Validate | Infrastruttura. Validates the IPropertyDefinition using the specified component and value. |
In alto