Udostępnij przez


Właściwość Style.LineHeight

Pobiera wyrażenie Wysokość wiersza tekstu.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public Overrides ReadOnly Property LineHeight As ReportSizeProperty
    Get
'Użycie
Dim instance As Style
Dim value As ReportSizeProperty

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