[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ITextItem

ITextItem Interface

Represents a text item that can be rendered in a report.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITextItem : IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
Remarks

This interface extends IReportItem and includes additional properties specific to text items, such as rendering style and content value.

Properties

Name Description
ContentValue

Gets a string representation of this instance's value.

DataElementStyle

Gets a value indicating whether to render this text item as an element or as an attribute.

Value

Gets the value of this text item.

Extension Methods