NumericIndicator.NonNumericString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The string to display when the data value is not a numeric value.
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression NonNumericString { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression NonNumericString { get; set; }
member this.NonNumericString : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property NonNumericString As ReportExpression
Property Value
A ReportExpression object.