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.

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

Syntax

C#
public bool HasAutoDocumentCaption { get; set; }
Visual Basic
Public Property HasAutoDocumentCaption As Boolean
	Get
	Set

See Also