マップの空間要素の色分けに使用する色のコレクションを取得します。値の設定も可能です。
名前空間: 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>>
IList<T> オブジェクト。