Właściwość NumericIndicator.OutOfRangeString
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Ciąg wyświetlany, gdy liczba jest z zakres.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property OutOfRangeString As ReportExpression
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także