Поделиться через


Свойство CompiledParagraphInstance.LeftIndent

Gets the parsed value of the LeftIndent property in a Paragraph class.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property LeftIndent As ReportSize 
    Get
'Применение
Dim instance As CompiledParagraphInstance 
Dim value As ReportSize 

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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the parsed value of the LeftIndent property.

См. также

Справочник

CompiledParagraphInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering