Classe SizeProperty
Represents a size property in the report.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<ReportSize>
Microsoft.ReportingServices.RdlObjectModel.ComparablePropertyDefinition<ReportSize>
Microsoft.ReportingServices.RdlObjectModel.SizeProperty
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class SizeProperty _
Inherits ComparablePropertyDefinition(Of ReportSize)
'Utilizzo
Dim instance As SizeProperty
public class SizeProperty : ComparablePropertyDefinition<ReportSize>
public ref class SizeProperty : public ComparablePropertyDefinition<ReportSize>
type SizeProperty =
class
inherit ComparablePropertyDefinition<ReportSize>
end
public class SizeProperty extends ComparablePropertyDefinition<ReportSize>
Nel tipo SizeProperty sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
SizeProperty(String, Nullable<ReportSize>) | Creates a new instance of the SizeProperty class. |
![]() |
SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) | Creates a new instance of the SizeProperty class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Default | Gets the default value of the property. Ereditato da PropertyDefinition<T>. |
![]() |
Maximum | Gets the maximum value. Ereditato da ComparablePropertyDefinition<T>. |
![]() |
Minimum | Gets the minimum value. Ereditato da ComparablePropertyDefinition<T>. |
![]() |
Name | The property name. Ereditato da PropertyDefinition. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Constrain | Adjusts a value according to the defined property constraints. Ereditato da ComparablePropertyDefinition<T>. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
![]() |
Validate(Object, T) | Infrastruttura. Validates the ComparablePropertyDefinition<T> object. Ereditato da ComparablePropertyDefinition<T>. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IPropertyDefinition.Default | Gets the default value of the property definition. Ereditato da ComparablePropertyDefinition<T>. |
![]() ![]() |
IPropertyDefinition.Maximum | Gets the maximum value of the property definition. Ereditato da ComparablePropertyDefinition<T>. |
![]() ![]() |
IPropertyDefinition.Minimum | Gets the minimum value of the property definition. Ereditato da ComparablePropertyDefinition<T>. |
![]() ![]() |
IPropertyDefinition.Validate | Validates the property definition. Ereditato da ComparablePropertyDefinition<T>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.