次の方法で共有


MapSubItem.TopMargin プロパティ

サブアイテムの上余白を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property TopMargin As ReportSizeProperty 
    Get
'使用
Dim instance As MapSubItem 
Dim value As ReportSizeProperty 

value = instance.TopMargin
public ReportSizeProperty TopMargin { get; }
public:
property ReportSizeProperty^ TopMargin {
    ReportSizeProperty^ get ();
}
member TopMargin : ReportSizeProperty
function get TopMargin () : ReportSizeProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
サブアイテムの上余白を表す ReportSizeProperty オブジェクト。

関連項目

参照

MapSubItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間