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

In This Topic
    StorageFileName Property
    In This Topic
    Gets the name of the disk file used to store the document associated with the current item. If the item is stored in memory, this value is null.
    Syntax
    'Declaration
     
    Public ReadOnly Property StorageFileName As String
    public string StorageFileName {get;}
    See Also