ReportSize Constructor (String, IFormatProvider, SizeTypes)
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, _
defaultType As SizeTypes _
)
'Usage
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
)
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.
- defaultType
Type: Microsoft.ReportingServices.RdlObjectModel.SizeTypes
The unit of the size.