次の方法で共有


ChartLegendColumnInstance.SeriesSymbolWidth プロパティ

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

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

構文

'宣言
Public ReadOnly Property SeriesSymbolWidth As Integer 
    Get
'使用
Dim instance As ChartLegendColumnInstance 
Dim value As Integer 

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

プロパティ値

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

関連項目

参照

ChartLegendColumnInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間