[]
Gets or sets a value indicating the CultureInfo that is used to format number and dates displayed in a report.
[TypeConverter(typeof())]
public CultureInfo Culture { get; set; }
Type | Description |
---|---|
CultureInfo | A CultureInfo value representing the information about a particular culture. |
The default value is null
.