[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TextItem

TextItem Class

Abstract base class for TextBox and CheckBox items in a report.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public abstract class TextItem : ReportItem, IReportComponent, IComponent, IDisposable, IValidateable

Constructors

Name Description
TextItem()

Initializes a new instance of the TextItem class.

Properties

Name Description
CustomCSSClasses

Gets or sets the custom CSS class names for a text item.

DataElementStyle

Gets or sets a value indicating whether the text item value is rendered as an element or attribute.

Value

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

Extension Methods