Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Indicates whether to show the decimal point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ShowDecimalPoint As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As NumericIndicator
Dim value As ReportExpression(Of Boolean)
value = instance.ShowDecimalPoint
instance.ShowDecimalPoint = value
public ReportExpression<bool> ShowDecimalPoint { get; set; }
public:
property ReportExpression<bool> ShowDecimalPoint {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ShowDecimalPoint : ReportExpression<bool> with get, set
function get ShowDecimalPoint () : ReportExpression<boolean>
function set ShowDecimalPoint (value : ReportExpression<boolean>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.