HangingIndent 属性
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