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.

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

Syntax

C#
public string[] FileNames { get; }
Visual Basic
Public ReadOnly Property FileNames As String()
	Get

See Also