CodeCharge Studio All C#.NET VB.NET

Format Run-Time Property (.NET)

Applies to

Report Form

Syntax

C#.NET

public string Format{get;set;}

VB.NET

Public Property Format() As String

Description

Retrieves or sets the format that will be applied to the output produced by the report label.

Examples

C#.NET

ReportLabel1.Format = "#.##0";

VB.NET

ReportLabel1.Format = "#.##0"

See also

Text Property


On-line, printable versions and updates