Gets the UsageInfo object containing information related to the current document's usage: date/time of generation, file name last used to save or load the document, and so on.

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

Syntax

C#
[BrowsableAttribute(false)]
[XmlElementAttribute("UsageInfo")]
public UsageInfo UsageInfo { get; }
Visual Basic
<BrowsableAttribute(False)> _
<XmlElementAttribute("UsageInfo")> _
Public ReadOnly Property UsageInfo As UsageInfo
	Get

See Also