ActiveReports 8
Format Property
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Style Class : Format Property

Glossary Item Box

Gets or sets a .NET Framework formatting string.

Syntax

Visual Basic (Declaration) 
Public Property Format As ExpressionInfo
C# 
public ExpressionInfo Format {get; set;}

Property Value

An ExpressionInfo that evaluates to a .NET Framework formatting string.

Remarks

Locale-dependent currency formatting (format code "C") is based on the language setting of the report item.

Locale-dependent date formatting is supported and is based on the language property of the ReportItem.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also