MapLegendTitle.TitleSeparatorColor 属性

Gets or sets the title separator color in the map legend title.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property TitleSeparatorColor As ReportExpression(Of ReportColor)
    Get 
    Set
用法
Dim instance As MapLegendTitle 
Dim value As ReportExpression(Of ReportColor)

value = instance.TitleSeparatorColor

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

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.

请参阅

参考

MapLegendTitle 类

Microsoft.ReportingServices.RdlObjectModel 命名空间