다음을 통해 공유


ReportSize 생성자

Initializes a new instance of the ReportSize object with the given size string.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public Sub New ( _
    size As String _
)
‘사용 방법
Dim size As String

Dim instance As New ReportSize(size)
public ReportSize(
    string size
)
public:
ReportSize(
    String^ size
)
new : 
        size:string -> ReportSize
public function ReportSize(
    size : String
)

매개 변수