次の方法で共有


ReportSize コンストラクター (Double, SizeTypes)

ReportSize クラスの新しいインスタンスを作成します。

名前空間:  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 名前空間