MapLegendTitle.TitleSeparatorColor 属性

Gets the title separator color in the map legend title.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property TitleSeparatorColor As ReportColorProperty 
    Get
用法
Dim instance As MapLegendTitle 
Dim value As ReportColorProperty 

value = instance.TitleSeparatorColor
public ReportColorProperty TitleSeparatorColor { get; }
public:
property ReportColorProperty^ TitleSeparatorColor {
    ReportColorProperty^ get ();
}
member TitleSeparatorColor : ReportColorProperty
function get TitleSeparatorColor () : ReportColorProperty

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

请参阅

参考

MapLegendTitle 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间