Udostępnij przez


Właściwość MapLegendTitle.TitleSeparatorColor

Pobiera kolor tytułu separatora w tytule legendy mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property TitleSeparatorColor As ReportColorProperty
    Get
'Użycie
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