NumericIndicatorRange.DecimalDigitColor 属性
此 API 支持 基础结构,但不能通过代码直接使用。
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>)