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 ReportSize class.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Sub New ( _
value As String, _
provider As IFormatProvider, _
defaultType As SizeTypes _
)
'Uso
Dim value As String
Dim provider As IFormatProvider
Dim defaultType As SizeTypes
Dim instance As New ReportSize(value, provider, _
defaultType)
public ReportSize(
string value,
IFormatProvider provider,
SizeTypes defaultType
)
public:
ReportSize(
String^ value,
IFormatProvider^ provider,
SizeTypes defaultType
)
new :
value:string *
provider:IFormatProvider *
defaultType:SizeTypes -> ReportSize
public function ReportSize(
value : String,
provider : IFormatProvider,
defaultType : SizeTypes
)
Parámetros
- value
Tipo: System.String
A string value that represents the size.
- provider
Tipo: System.IFormatProvider
A IFormatProvider that provides formatting information for the string.
- defaultType
Tipo: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
The unit of the size.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel