Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / FileNames Property

In This Topic
    FileNames Property
    In This Topic
    Gets the list of file names used to store the document or report represented by the current item. If this item is stored in memory, this value is null.
    Syntax
    'Declaration
     
    Public ReadOnly Property FileNames As String()
    public string[] FileNames {get;}
    See Also