Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Creates a new instance of the SizeProperty class.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String, _
defaultValue As Nullable(Of ReportSize), _
minimum As Nullable(Of ReportSize), _
maximum As Nullable(Of ReportSize) _
)
'Uso
Dim name As String
Dim defaultValue As Nullable(Of ReportSize)
Dim minimum As Nullable(Of ReportSize)
Dim maximum As Nullable(Of ReportSize)
Dim instance As New SizeProperty(name, defaultValue, _
minimum, maximum)
public SizeProperty(
string name,
Nullable<ReportSize> defaultValue,
Nullable<ReportSize> minimum,
Nullable<ReportSize> maximum
)
public:
SizeProperty(
String^ name,
Nullable<ReportSize> defaultValue,
Nullable<ReportSize> minimum,
Nullable<ReportSize> maximum
)
new :
name:string *
defaultValue:Nullable<ReportSize> *
minimum:Nullable<ReportSize> *
maximum:Nullable<ReportSize> -> SizeProperty
public function SizeProperty(
name : String,
defaultValue : Nullable<ReportSize>,
minimum : Nullable<ReportSize>,
maximum : Nullable<ReportSize>
)
Parámetros
- name
Tipo: System.String
The property name.
- defaultValue
Tipo: System.Nullable<ReportSize>
The default value.
- minimum
Tipo: System.Nullable<ReportSize>
The minimum value.
- maximum
Tipo: System.Nullable<ReportSize>
The maximum value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel