次の方法で共有


ChartLegendCustomItem.Style プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

項目区切り記号のスタイルを取得します。

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

構文

'宣言
Public ReadOnly Property Style As Style 
    Get
'使用
Dim instance As ChartLegendCustomItem 
Dim value As Style 

value = instance.Style
public Style Style { get; }
public:
virtual property Style^ Style {
    Style^ get () sealed;
}
abstract Style : Style 
override Style : Style
final function get Style () : Style

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Style
項目区切り記号のスタイルを表す Style オブジェクト。

実装

IROMStyleDefinitionContainer.Style

関連項目

参照

ChartLegendCustomItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間