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


Свойство Paragraph.LeftIndent

Gets an expression that evaluates to the indentation from the left edge of the Textbox, less the left padding.

Пространство имен:  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
A ReportSizeProperty object that represents the indentation from the left edge of the Textbox, less the left padding.

См. также

Справочник

Paragraph Класс

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