ChartLegendCustomItemInstance.Separator Property

Gets the calculated value of the Separator property in a ChartLegendCustomItem class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Separator As ChartSeparators 
    Get
'Usage
Dim instance As ChartLegendCustomItemInstance 
Dim value As ChartSeparators 

value = instance.Separator
public ChartSeparators Separator { get; }
public:
property ChartSeparators Separator {
    ChartSeparators get ();
}
member Separator : ChartSeparators
function get Separator () : ChartSeparators

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartSeparators
A ChartSeparators value that represents the calculated value of the Separator property.

See Also

Reference

ChartLegendCustomItemInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace