Proprietà TitleSeparatorColor
Gets the title separator color in the map legend title.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TitleSeparatorColor As ReportColorProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Vedere anche