Freigeben über


ChartLegendCustomItem.Separator-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the type of the item separator.

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>

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeparators>
An ReportEnumProperty<EnumType> object that represents the type of the item separator.

Siehe auch

Verweis

ChartLegendCustomItem Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace