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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[ObsoleteAttribute("Use FileNames instead.")]
public string StorageFileName { get; }
Visual Basic
<ObsoleteAttribute("Use FileNames instead.")> _
Public ReadOnly Property StorageFileName As String
	Get

See Also