ChartLegendCustomItem.Separator Property
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Separator As ReportEnumProperty(Of ChartSeparators)
    Get
'Usage
Dim instance As ChartLegendCustomItem
Dim value As ReportEnumProperty(Of ChartSeparators)
value = instance.Separator
public ReportEnumProperty<ChartSeparators> Separator { get; }
public:
property ReportEnumProperty<ChartSeparators>^ Separator {
    ReportEnumProperty<ChartSeparators>^ get ();
}
member Separator : ReportEnumProperty<ChartSeparators>
function get Separator () : ReportEnumProperty<ChartSeparators>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeparators>