Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TextRun Class / ActionInfo Property

In This Topic
    ActionInfo Property (TextRun)
    In This Topic
    Gets ActionInfo object defining the actions for this TextRun. Actions on TextRuns are ignored if an action is defined on the parent Textbox (even if the Textbox action resolves to NULL).
    Syntax
    'Declaration
     
    Public ReadOnly Property ActionInfo As ActionInfo
    public ActionInfo ActionInfo {get;}
    See Also