次の方法で共有


ChartLegendCustomItemCellInstance.SymbolHeight プロパティ

ChartLegendCustomItemCell クラスの SymbolHeight プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property SymbolHeight As Integer 
    Get
'使用
Dim instance As ChartLegendCustomItemCellInstance 
Dim value As Integer 

value = instance.SymbolHeight
public int SymbolHeight { get; }
public:
property int SymbolHeight {
    int get ();
}
member SymbolHeight : int
function get SymbolHeight () : int

プロパティ値

型: System.Int32
SymbolHeight プロパティの計算値を表す int 値。

関連項目

参照

ChartLegendCustomItemCellInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間