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