次の方法で共有


RightMargin プロパティ

サブアイテムの右余白を取得します。値の設定も可能です。

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

構文

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

value = instance.RightMargin

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