Share via


ChartLegend.HeaderSeparator Property

Indicates what type of separator to use for the legend header.

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

Syntax

'Declaration
Public Property HeaderSeparator As ReportExpression(Of ChartHeaderSeparatorTypes)
    Get
    Set
'Usage
Dim instance As ChartLegend
Dim value As ReportExpression(Of ChartHeaderSeparatorTypes)

value = instance.HeaderSeparator

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