Propriété TitleSeparatorColor
Gets the title separator color in the map legend title.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TitleSeparatorColor As ReportColorProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColorProperty
A ReportColorProperty object.
Voir aussi