Udostępnij za pośrednictwem


NumericIndicator.OutOfRangeString Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property OutOfRangeString As ReportExpression 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

See Also

Reference

NumericIndicator Class

Microsoft.ReportingServices.RdlObjectModel Namespace