Share via


NumericIndicator.OffString Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The string to display when the indicator is off.

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

Syntax

'Declaration
Public Property OffString As ReportExpression
    Get
    Set
'Usage
Dim instance As NumericIndicator
Dim value As ReportExpression

value = instance.OffString

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