Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / VisitedDocument Class / GetFullDocumentCaption Method

In This Topic
    GetFullDocumentCaption Method
    In This Topic
    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)".

    Syntax
    'Declaration
     
    Public Function GetFullDocumentCaption() As String
    public string GetFullDocumentCaption()
    See Also