ComponentOne Reports for WPF
C1.WPF.C1Report Namespace / C1DocumentViewer Class / FileName Property

In This Topic
    FileName Property (C1DocumentViewer)
    In This Topic
    Gets or sets the name of an XML report definition file, or of a C1D/C1DX file.
    Syntax
    'Declaration
     
    Public Property FileName As String
    public string FileName {get; set;}
    See Also