CodeCharge Studio All C#.NET VB.NET

EmptyText Run-Time Property (.NET)

Applies to

ReportLabel control

Syntax

C#.NET

public string EmptyText{get;set;}

VB.NET

Public Property EmptyText() As String

Description

Retrieves or sets the text that will be output when the Text property of the report label contains null or an empty string value.

Examples

C#.NET

ReportLabel1.EmptyText = "N/A";

VB.NET

ReportLabel1.EmptyText = "N/A"

See also

Text Property


On-line, printable versions and updates