SizeProperty Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance de la classe SizeProperty.
Surcharges
| SizeProperty(String, Nullable<ReportSize>) |
Crée une instance de la classe SizeProperty. |
| SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>) |
Crée une instance de la classe SizeProperty. |
SizeProperty(String, Nullable<ReportSize>)
Crée une instance de la classe SizeProperty.
public:
SizeProperty(System::String ^ name, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportSize> defaultValue);
public SizeProperty (string name, Microsoft.ReportingServices.RdlObjectModel.ReportSize? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.SizeProperty : string * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportSize> -> Microsoft.ReportingServices.RdlObjectModel.SizeProperty
Public Sub New (name As String, defaultValue As Nullable(Of ReportSize))
Paramètres
- name
- String
Nom de la propriété.
- defaultValue
- Nullable<ReportSize>
Valeur par défaut.
S’applique à
SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>)
Crée une instance de la classe SizeProperty.
public:
SizeProperty(System::String ^ name, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportSize> defaultValue, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportSize> minimum, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportSize> maximum);
public SizeProperty (string name, Microsoft.ReportingServices.RdlObjectModel.ReportSize? defaultValue, Microsoft.ReportingServices.RdlObjectModel.ReportSize? minimum, Microsoft.ReportingServices.RdlObjectModel.ReportSize? maximum);
new Microsoft.ReportingServices.RdlObjectModel.SizeProperty : string * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportSize> * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportSize> * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportSize> -> Microsoft.ReportingServices.RdlObjectModel.SizeProperty
Public Sub New (name As String, defaultValue As Nullable(Of ReportSize), minimum As Nullable(Of ReportSize), maximum As Nullable(Of ReportSize))
Paramètres
- name
- String
Nom de la propriété.
- defaultValue
- Nullable<ReportSize>
Valeur par défaut.
- minimum
- Nullable<ReportSize>
Valeur minimale.
- maximum
- Nullable<ReportSize>
Valeur maximale.