Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an expression that evaluates to a value that indicates the first line indent or hanging line indent for the paragraph.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HangingIndent As ReportSizeProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that indicates the first line indent or hanging line indent for the paragraph.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace