Właściwość Paragraph.LeftIndent
Pobiera wyrażenie do wcięcia od lewej krawędzi pola tekstowego mniej po lewej stronie uzupełnienie.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public Overridable ReadOnly Property LeftIndent As ReportSizeProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty obiektu.
Zobacz także