Costruttore ReportSize (String, IFormatProvider, SizeTypes)
Creates a new instance of the ReportSize class.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
value As String, _
provider As IFormatProvider, _
defaultType As SizeTypes _
)
'Utilizzo
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
)
Parametri
- 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.