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

In This Topic
    HasAutoDocumentCaption Property
    In This Topic
    Gets a value indicating whether the current visited document has an automatically generated name. That name is changed when the document is saved to file.
    Syntax
    'Declaration
     
    Public Property HasAutoDocumentCaption As Boolean
    public bool HasAutoDocumentCaption {get; set;}
    See Also