Поделиться через


Свойство MapCustomColorRule.MapCustomColors

Gets or sets a collection of colors to be used to colorize the map spatial elements.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property MapCustomColors As IList(Of ReportExpression(Of ReportColor))
    Get 
    Set
'Применение
Dim instance As MapCustomColorRule 
Dim value As IList(Of ReportExpression(Of ReportColor))

value = instance.MapCustomColors

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

Значение свойства

Тип: System.Collections.Generic.IList<ReportExpression<ReportColor>>
An IList<T> object.

См. также

Справочник

MapCustomColorRule Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel