Constructeur ReportSize (String, IFormatProvider)
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 _
)
'Utilisation
Dim value As String
Dim provider As IFormatProvider
Dim instance As New ReportSize(value, provider)
public ReportSize(
string value,
IFormatProvider provider
)
public:
ReportSize(
String^ value,
IFormatProvider^ provider
)
new :
value:string *
provider:IFormatProvider -> ReportSize
public function ReportSize(
value : String,
provider : IFormatProvider
)
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.