次の方法で共有


Paragraph.LeftIndent プロパティ

テキスト ボックスの左端からの (左余白を含まない) インデントに評価される式を取得します。

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

構文

'宣言
Public Overridable ReadOnly Property LeftIndent As ReportSizeProperty 
    Get
'使用
Dim instance As Paragraph 
Dim value As ReportSizeProperty 

value = instance.LeftIndent
public virtual ReportSizeProperty LeftIndent { get; }
public:
virtual property ReportSizeProperty^ LeftIndent {
    ReportSizeProperty^ get ();
}
abstract LeftIndent : ReportSizeProperty 
override LeftIndent : ReportSizeProperty
function get LeftIndent () : ReportSizeProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
テキスト ボックスの左端からの (左余白を含まない) インデントを表す ReportSizeProperty オブジェクト。

関連項目

参照

Paragraph クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間