다음을 통해 공유


ChartCustomPaletteColors 속성

Gets the list of colors in the custom palette.

네임스페이스:  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< (Of < ( <'ReportExpression< (Of < ( <'ReportColor> ) > ) >> ) > ) >
An IList<(Of <(<'T>)>)> object.