Propriedade do RDL 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