ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / TextRun Class
Properties Methods

In This Topic
    TextRun Class Members
    In This Topic

    The following tables list the members exposed by TextRun.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TextRun class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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).  
    Public PropertyGets or sets the label for the placeholder for this TextRun. This name appears as the display placeholder in designer tools UI.  
    Public PropertyGets or sets a value indicating how markup in text should be processed.  
    Public PropertyGets the TextRuns collection containing this object.  
    Public PropertyGets the TextRun.Paragraph object containing this object.  
    Public PropertyGets the TextRun.Style object defining style properties for this TextRun.  
    Public PropertyGets the TextRun.Textbox object containing this object.  
    Public PropertyGets or sets a textual tooltip label for the TextRun.  
    Public PropertyGets or sets the constant or expression which is displayed at runtime for the TextRun.  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another TextRun to the current object.  
    Top
    See Also