[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.TextInfoItem.-ctor

TextInfoItem Constructor

TextInfoItem(string, object, CultureInfo, CultureInfo)

Initialize the instance of the TextInfoItem class.

Declaration
public TextInfoItem(string outputFormat, object value, CultureInfo culture, CultureInfo currencyCulture)
Parameters
Type Name Description
string outputFormat

The output format.

object value

The value.

CultureInfo culture

The culture.

CultureInfo currencyCulture

The culture of the currency.

Examples
public void AddTextInfoItem(string outputFormat, object value, CultureInfo culture, CultureInfo currencyCulture)
{
	CanvasItems.add(new TextInfoItem(outputFormat, value??0, culture, currencyCulture));
}
Exceptions
Type Condition
ArgumentNullException

Thrown if "value" is null