CodeCharge Studio All C#.NET VB.NET

Text Run-Time Property (.NET)

Applies to

ReportLabel Control

Syntax

C#.NET

public virtual string Text{get;set;}

VB.NET

Public Overridable Property Text() As String

Description

Retrieves or sets the text to be output by the report label control.

Examples

C#.NET

Report1.Text = "Hello world";

VB.NET

Report1.Text = "Hello world"

See also

ContentType Property


On-line, printable versions and updates