次の方法で共有


Tablix.LeftMargin プロパティ

左余白の幅を取得します。

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

構文

'宣言
Public ReadOnly Property LeftMargin As ReportSizeProperty 
    Get
'使用
Dim instance As Tablix 
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 が返されます。

関連項目

参照

Tablix クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間