[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextItem.Value

Value Property

Value

Gets or sets an expression whose value is displayed in the text item.

Declaration
public ExpressionInfo Value { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object that evaluates to the text displayed in the text item.

Remarks

The value can be a constant expression for static labels.

Examples
TextBox textBox = new TextBox();
textBox.Value = "Hello, World!";