次の方法で共有


MapSubItem.TopMargin プロパティ

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

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

構文

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

value = instance.TopMargin

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportSize>
ReportExpression<T> オブジェクト。

関連項目

参照

MapSubItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間