Condividi tramite


SizeProperty Costruttori

Definizione

Crea una nuova istanza della classe SizeProperty.

Overload

SizeProperty(String, Nullable<ReportSize>)

Crea una nuova istanza della classe SizeProperty.

SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>)

Crea una nuova istanza della classe SizeProperty.

SizeProperty(String, Nullable<ReportSize>)

Crea una nuova istanza della 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))

Parametri

name
String

Nome della proprietà.

defaultValue
Nullable<ReportSize>

Il valore predefinito.

Si applica a

SizeProperty(String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>)

Crea una nuova istanza della 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))

Parametri

name
String

Nome della proprietà.

defaultValue
Nullable<ReportSize>

Il valore predefinito.

minimum
Nullable<ReportSize>

Valore minimo.

maximum
Nullable<ReportSize>

Valore massimo.

Si applica a