Sdílet prostřednictvím


ChartLegendCustomItem.SeparatorColor Property

This API supports the SQL Server 2012 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>)

Property Value

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

See Also

Reference

ChartLegendCustomItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace