Open this page in the API Guide

MissingDataRule.SetStringValues 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 (25.1.0.1000)
Syntax
public void SetStringValues(
	string nullCaption
)

Parameters

nullCaption
Type: System.String
The caption to be used for null values.
See Also