Udostępnij przez


Właściwość ChartLegendCustomItem.Separator

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Separator As ReportEnumProperty(Of ChartSeparators)
    Get
'Użycie
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>