Compartir a través de


OutOfRangeString Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

The string to display when the number is out of range.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property OutOfRangeString As ReportExpression
    Get
    Set
'Uso
Dim instance As NumericIndicator
Dim value As ReportExpression

value = instance.OutOfRangeString

instance.OutOfRangeString = value
public ReportExpression OutOfRangeString { get; set; }
public:
property ReportExpression OutOfRangeString {
    ReportExpression get ();
    void set (ReportExpression value);
}
member OutOfRangeString : ReportExpression with get, set
function get OutOfRangeString () : ReportExpression
function set OutOfRangeString (value : ReportExpression)