ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / TextRun Class / ActionInfo Property

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