Partilhar via


Propriedade do RDL MapLegendTitle.TitleSeparatorColor

Gets or sets the title separator color in the map legend title.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property TitleSeparatorColor As ReportExpression(Of ReportColor)
    Get 
    Set
'Uso
Dim instance As MapLegendTitle 
Dim value As ReportExpression(Of ReportColor)

value = instance.TitleSeparatorColor

instance.TitleSeparatorColor = value
public ReportExpression<ReportColor> TitleSeparatorColor { get; set; }
public:
property ReportExpression<ReportColor> TitleSeparatorColor {
    ReportExpression<ReportColor> get ();
    void set (ReportExpression<ReportColor> value);
}
member TitleSeparatorColor : ReportExpression<ReportColor> with get, set
function get TitleSeparatorColor () : ReportExpression<ReportColor>
function set TitleSeparatorColor (value : ReportExpression<ReportColor>)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.

Consulte também

Referência

MapLegendTitle Classe

Namespace Microsoft.ReportingServices.RdlObjectModel