MissingDataRuleSetStringValues Method |
Sets the current output to
String.
Namespace:
Dundas.BI.Entities.MetricSets
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public void SetStringValues(
string nullCaption
)
Public Sub SetStringValues (
nullCaption As String
)
public:
void SetStringValues(
String^ nullCaption
)
member SetStringValues :
nullCaption : string -> unit
Parameters
- nullCaption
- Type: SystemString
The caption to be used for values.
See Also