Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets an expression that evaluates to a value that indicates the first line indent or hanging line indent for the paragraph.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property HangingIndent As ReportSizeProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that indicates the first line indent or hanging line indent for the paragraph.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering