[]
Represents a text item that can be rendered in a report.
public interface ITextItem : IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem
This interface extends IReportItem and includes additional properties specific to text items, such as rendering style and content value.
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. |