ComponentOne Reports for WPF
C1.C1Preview Namespace / C1PrintDocument Class / ImportRdl Method
The name of the file containing the report definition.

In This Topic
    ImportRdl Method (C1PrintDocument)
    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