ActiveReports 6 Online Help
Localize ActiveReport Classes, TextBoxes, and Chart Controls
Show AllShow All
Hide AllHide All

Each of the following objects has a public Culture property that allows you to define how ActiveReports formats data when the OutputFormat is set to D (date), C (currency), or other .NET format specifiers.

Note: The default value for the Culture property is (default, inherit).

For the ActiveReport object, this is the culture of the current thread.

For the TextBox and ChartControl, this is the culture of the ActiveReport object.

Design Time

At design time, you can set the globalization culture in the Visual Studio Properties grid.

To localize an ActiveReport at design time

To localize a TextBox at design time

To localize a Chart at design time

Run Time

You can also specify a culture in code. For a list of System.Globalization culture codes, see Cultures.

To localize an ActiveReport at run time

To localize a TextBox at run time

To localize a Chart at run time

See Also

Related Sections