次の方法で共有


MapSubItem.LeftMargin プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

MapSubItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間