Gets the file name associated with the current document (i.e. the document was either loaded from that file, or saved to it).

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

Syntax

C#
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public string DocumentFileName { get; }
Visual Basic
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public ReadOnly Property DocumentFileName As String
	Get

See Also