Свойство ChartLegendTitle.TitleSeparator
Gets an expression that evaluates to the type of separator to use for the legend title.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property TitleSeparator As ReportEnumProperty(Of ChartSeparators)
Get
'Применение
Dim instance As ChartLegendTitle
Dim value As ReportEnumProperty(Of ChartSeparators)
value = instance.TitleSeparator
public ReportEnumProperty<ChartSeparators> TitleSeparator { get; }
public:
property ReportEnumProperty<ChartSeparators>^ TitleSeparator {
ReportEnumProperty<ChartSeparators>^ get ();
}
member TitleSeparator : ReportEnumProperty<ChartSeparators>
function get TitleSeparator () : ReportEnumProperty<ChartSeparators>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartSeparators>
A ReportEnumProperty<EnumType> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering