Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule.Printing Namespace / PrintDocumentWrapper Class / AddExternalAssembly Method
The System.String value specifying assembly name for adding.

In This Topic
    AddExternalAssembly Method (PrintDocumentWrapper)
    In This Topic
    Adds specified external assembly reference to the currently loaded document.
    Syntax
    'Declaration
     
    Public Sub AddExternalAssembly( _
       ByVal assemblyName As System.String _
    ) 
    public void AddExternalAssembly( 
       System.string assemblyName
    )

    Parameters

    assemblyName
    The System.String value specifying assembly name for adding.
    See Also