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

In This Topic
    FromRdl Method
    In This Topic
    Creates a new instance of the C1PrintDocument class, and imports a RDL report definition into created document.
    Syntax
    'Declaration
     
    Public Shared Function FromRdl( _
       ByVal fileName As String _
    ) As C1PrintDocument
    public static C1PrintDocument FromRdl( 
       string fileName
    )

    Parameters

    fileName
    The name of the file containing the report definition.

    Return Value

    The C1PrintDocument that was created.
    See Also