다음을 통해 공유


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