Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.