Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartHeaderSeparatorTypes>
A ReportExpression<T> object.