次の方法で共有


TablixInstance.LeftMargin プロパティ

左余白について評価された幅を取得します。

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

構文

'宣言
Public ReadOnly Property LeftMargin As ReportSize 
    Get
'使用
Dim instance As TablixInstance 
Dim value As ReportSize 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
ReportSize が返されます。

関連項目

参照

TablixInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間