次の方法で共有


ParagraphInstance.LeftIndent プロパティ

Paragraph クラスの LeftIndent プロパティの計算値を取得します。

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

構文

'宣言
Public Overridable ReadOnly Property LeftIndent As ReportSize 
    Get
'使用
Dim instance As ParagraphInstance 
Dim value As ReportSize 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
LeftIndent プロパティの計算値を表す ReportSize 値。

関連項目

参照

ParagraphInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間