Paragraph.LeftIndent 属性

Gets an expression that evaluates to the indentation from the left edge of the Textbox, less 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