Свойство SeparatorColor
Gets the calculated value of the SeparatorColor property in a ChartLegendCustomItem class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property SeparatorColor As ReportColor
Get
'Применение
Dim instance As ChartLegendCustomItemInstance
Dim value As ReportColor
value = instance.SeparatorColor
public ReportColor SeparatorColor { get; }
public:
property ReportColor^ SeparatorColor {
ReportColor^ get ();
}
member SeparatorColor : ReportColor
function get SeparatorColor () : ReportColor
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportColor
A ReportColor value that represents the calculated value of the SeparatorColor property.