次の方法で共有


EndSize プロパティ

マップのポイントまたは線に適用するサイズ範囲の終了サイズを取得します。値の設定も可能です。

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

構文

'宣言
Public Property EndSize As ReportExpression(Of ReportSize)
    Get
    Set
'使用
Dim instance As MapSizeRule
Dim value As ReportExpression(Of ReportSize)

value = instance.EndSize

instance.EndSize = value
public ReportExpression<ReportSize> EndSize { get; set; }
public:
property ReportExpression<ReportSize> EndSize {
    ReportExpression<ReportSize> get ();
    void set (ReportExpression<ReportSize> value);
}
member EndSize : ReportExpression<ReportSize> with get, set
function get EndSize () : ReportExpression<ReportSize>
function set EndSize (value : ReportExpression<ReportSize>)