共用方式為


Paragraph.HangingIndent 屬性

Gets an expression that evaluates to a value that indicates the first line indent or hanging line indent for the paragraph.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overridable ReadOnly Property HangingIndent As ReportSizeProperty 
    Get
'用途
Dim instance As Paragraph 
Dim value As ReportSizeProperty 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that indicates the first line indent or hanging line indent for the paragraph.

請參閱

參考

Paragraph 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間