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.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlElementAttribute("UsageInfo")] [BrowsableAttribute(false)] public UsageInfo UsageInfo { get; } |
Visual Basic |
---|
<XmlElementAttribute("UsageInfo")> _ <BrowsableAttribute(False)> _ Public ReadOnly Property UsageInfo As UsageInfo Get |