次の方法で共有


SizeProperty コンストラクター (String, Nullable<ReportSize>, Nullable<ReportSize>, Nullable<ReportSize>)

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Sub New ( _
    name As String, _
    defaultValue As Nullable(Of ReportSize), _
    minimum As Nullable(Of ReportSize), _
    maximum As Nullable(Of ReportSize) _
)
'使用
Dim name As String 
Dim defaultValue As Nullable(Of ReportSize)
Dim minimum As Nullable(Of ReportSize)
Dim maximum As Nullable(Of ReportSize)

Dim instance As New SizeProperty(name, defaultValue, _
    minimum, maximum)
public SizeProperty(
    string name,
    Nullable<ReportSize> defaultValue,
    Nullable<ReportSize> minimum,
    Nullable<ReportSize> maximum
)
public:
SizeProperty(
    String^ name, 
    Nullable<ReportSize> defaultValue, 
    Nullable<ReportSize> minimum, 
    Nullable<ReportSize> maximum
)
new : 
        name:string * 
        defaultValue:Nullable<ReportSize> * 
        minimum:Nullable<ReportSize> * 
        maximum:Nullable<ReportSize> -> SizeProperty
public function SizeProperty(
    name : String, 
    defaultValue : Nullable<ReportSize>, 
    minimum : Nullable<ReportSize>, 
    maximum : Nullable<ReportSize>
)

パラメーター

関連項目

参照

SizeProperty クラス

SizeProperty オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間