次の方法で共有


Chart.ChartCustomPaletteColors プロパティ

カスタム パレット内の色の一覧を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ChartCustomPaletteColors As IList(Of ReportExpression(Of ReportColor))
    Get 
    Set
'使用
Dim instance As Chart 
Dim value As IList(Of ReportExpression(Of ReportColor))

value = instance.ChartCustomPaletteColors

instance.ChartCustomPaletteColors = value
public IList<ReportExpression<ReportColor>> ChartCustomPaletteColors { get; set; }
public:
property IList<ReportExpression<ReportColor>>^ ChartCustomPaletteColors {
    IList<ReportExpression<ReportColor>>^ get ();
    void set (IList<ReportExpression<ReportColor>>^ value);
}
member ChartCustomPaletteColors : IList<ReportExpression<ReportColor>> with get, set
function get ChartCustomPaletteColors () : IList<ReportExpression<ReportColor>>
function set ChartCustomPaletteColors (value : IList<ReportExpression<ReportColor>>)

プロパティ値

型: System.Collections.Generic.IList<ReportExpression<ReportColor>>
IList<T> オブジェクト。

関連項目

参照

Chart クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間