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.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [XmlIgnoreAttribute] public string DocumentFileName { get; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ <XmlIgnoreAttribute> _ Public ReadOnly Property DocumentFileName As String Get |