ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / ITextItem Interface
Members

In This Topic
    ITextItem Interface
    In This Topic
    Represents a text item that can be rendered in a report.
    Object Model
    ITextItem Interface
    Syntax
    'Declaration
     
    Public Interface ITextItem 
       Inherits IDocumentMapItemIRenderComponentIReportItem 
    public interface ITextItem : IDocumentMapItemIRenderComponentIReportItem  
    Remarks
    This interface extends IReportItem and includes additional properties specific to text items, such as rendering style and content value.
    See Also