Constructeur ReportSize (String, IFormatProvider, SizeTypes)
Creates a new instance of the ReportSize class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
value As String, _
provider As IFormatProvider, _
defaultType As SizeTypes _
)
'Utilisation
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
)
Paramètres
- value
Type : System. . :: . .String
A string value that represents the size.
- provider
Type : System. . :: . .IFormatProvider
A IFormatProvider that provides formatting information for the string.
- defaultType
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .SizeTypes
The unit of the size.