ReportSize Constructor (String, IFormatProvider)
Creates a new instance of the ReportSize class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As String, _
provider As IFormatProvider _
)
'Usage
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
)
Parameters
- value
Type: System.String
A string value that represents the size.
- provider
Type: System.IFormatProvider
A IformatProvider that provides formatting information for the string.