Gets or sets the Zero Value Specifier for the Report Data Field.
Namespace: AJE.DataReportEngineAssembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
public string ZeroSpecifier { get; set; }public string ZeroSpecifier { get; set; }Public Property ZeroSpecifier As String
Get
Set
Public Property ZeroSpecifier As String
Get
Set
public:
property String^ ZeroSpecifier {
String^ get ();
void set (String^ value);
}public:
property String^ ZeroSpecifier {
String^ get ();
void set (String^ value);
}Property Value
Type:
StringIf the Numeric Value for the Report Data Field is Zero it will be replaced by this Value.