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