CodeCharge Studio All C#.NET VB.NET

CurrentDate Run-Time Property (.NET)

Applies to

Calendar control

Syntax

C#.NET

public string EmptyText{get;set;}

VB.NET

Public Property EmptyText() As String

Description

Retrives or specifies the text that will be rendered in case when Text property will contain null or 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