Partilhar via


Propriedade do RDL MapLegendTitle.TitleSeparatorColor

Gets the title separator color in the map legend title.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property TitleSeparatorColor As ReportColorProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object.

Consulte também

Referência

MapLegendTitle Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering