ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / TextRuns Class / TextRuns Constructor

In This Topic
    TextRuns Constructor
    In This Topic
    Initializes a new instance of the TextRuns class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As ICollectionOwner _
    )
    public TextRuns( 
       ICollectionOwner owner
    )

    Parameters

    owner
    See Also