다음을 통해 공유


LineHeight 속성

Height of a line of text.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public MustOverride ReadOnly Property LineHeight As ReportSizeProperty
    Get
‘사용 방법
Dim instance As StyleBase
Dim value As ReportSizeProperty

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