combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / ObjectRtf Class / SourceLinkTo Method
Object whose content should be continued.


In This Topic
    SourceLinkTo Method
    In This Topic
    Allows to link the source of the RTF control to the contents of another RTF object, i.e. if the content doesn't fit into the parent object, it will be continued in this object. The Source property is ignored if the object is content linked.
    Syntax
    'Declaration
     
    
    Public Sub SourceLinkTo( _
       ByVal parentObject As ObjectRtf _
    ) 
    public void SourceLinkTo( 
       ObjectRtf parentObject
    )
    public:
    void SourceLinkTo( 
       ObjectRtf^ parentObject
    ) 

    Parameters

    parentObject
    Object whose content should be continued.
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also