CompiledParagraphInstance.RightIndent プロパティ
Paragraph クラスの RightIndent プロパティの解析された値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides ReadOnly Property RightIndent As ReportSize
Get
'使用
Dim instance As CompiledParagraphInstance
Dim value As ReportSize
value = instance.RightIndent
public override ReportSize RightIndent { get; }
public:
virtual property ReportSize^ RightIndent {
ReportSize^ get () override;
}
abstract RightIndent : ReportSize
override RightIndent : ReportSize
override function get RightIndent () : ReportSize
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
RightIndent プロパティの解析された値を表す ReportSize 値。