NumericIndicator.ShowDecimalPoint Property

Definition

Indicates whether to show the decimal point.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> ShowDecimalPoint { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> ShowDecimalPoint { get; set; }
member this.ShowDecimalPoint : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> with get, set
Public Property ShowDecimalPoint As ReportExpression(Of Boolean)

Property Value

A ReportExpression<T> object.

Applies to