Gets the caption representing the current visited document with description of the change that caused it to be saved appended.

For instance, if the current visited document was saved when the user changed page settings, the value of this property can be "Document1 (page settings changed)".

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

Syntax

C#
public string GetFullDocumentCaption()
Visual Basic
Public Function GetFullDocumentCaption As String

See Also