Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ImportRdl Method
The name of the file containing the report definition.

In This Topic
    ImportRdl Method
    In This Topic
    Imports a RDL report definition into the current document.
    Syntax
    'Declaration
     
    Public Sub ImportRdl( _
       ByVal fileName As String _
    ) 
    public void ImportRdl( 
       string fileName
    )

    Parameters

    fileName
    The name of the file containing the report definition.
    See Also