Compartir a través de


SeparatorColor Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

The color of the item separator.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property SeparatorColor As ReportExpression(Of ReportColor)
    Get
    Set
'Uso
Dim instance As ChartLegendCustomItem
Dim value As ReportExpression(Of ReportColor)

value = instance.SeparatorColor

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