다음을 통해 공유


ReportSize 생성자 (Double, SizeTypes)

Creates a new instance of the ReportSize class.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Sub New ( _
    value As Double, _
    type As SizeTypes _
)
‘사용 방법
Dim value As Double 
Dim type As SizeTypes 

Dim instance As New ReportSize(value, type)
public ReportSize(
    double value,
    SizeTypes type
)
public:
ReportSize(
    double value, 
    SizeTypes type
)
new : 
        value:float * 
        type:SizeTypes -> ReportSize
public function ReportSize(
    value : double, 
    type : SizeTypes
)

매개 변수

참고 항목

참조

ReportSize 구조

ReportSize 오버로드

Microsoft.ReportingServices.RdlObjectModel 네임스페이스