इसके माध्यम से साझा किया गया


ChartLegendCustomItem.SeparatorColor Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The color of the item separator.

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

Syntax

'Declaration
Public Property SeparatorColor As ReportExpression(Of ReportColor)
    Get
    Set
'Usage
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>)