Свойство NumericIndicatorRange.DecimalDigitColor
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Color for the decimal digit.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property DecimalDigitColor As ReportExpression(Of ReportColor)
Get
Set
'Применение
Dim instance As NumericIndicatorRange
Dim value As ReportExpression(Of ReportColor)
value = instance.DecimalDigitColor
instance.DecimalDigitColor = value
public ReportExpression<ReportColor> DecimalDigitColor { get; set; }
public:
property ReportExpression<ReportColor> DecimalDigitColor {
ReportExpression<ReportColor> get ();
void set (ReportExpression<ReportColor> value);
}
member DecimalDigitColor : ReportExpression<ReportColor> with get, set
function get DecimalDigitColor () : ReportExpression<ReportColor>
function set DecimalDigitColor (value : ReportExpression<ReportColor>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel