ReportSize 생성자 (String, IFormatProvider, SizeTypes)
Creates a new instance of the ReportSize class.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls.dll의 Microsoft.ReportingServices.Designer.Controls
구문
‘선언
Public Sub New ( _
value As String, _
provider As IFormatProvider, _
defaultType As SizeTypes _
)
‘사용 방법
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
)
매개 변수
- value
형식: System. . :: . .String
A string value that represents the size.
- provider
형식: System. . :: . .IFormatProvider
A IFormatProvider that provides formatting information for the string.
- defaultType
형식: Microsoft.ReportingServices.RdlObjectModel. . :: . .SizeTypes
The unit of the size.