次の方法で共有


StyleBase.LineHeight プロパティ

文字列の行間に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
文字列の行間を表す ReportSizeProperty オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間