Class that contains report metadata.

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

Syntax

C#
[GuidAttribute("7A5E755B-F982-44c9-A53D-B5842E85A63E")]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
public class ReportInfo
Visual Basic
<GuidAttribute("7A5E755B-F982-44c9-A53D-B5842E85A63E")> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
Public Class ReportInfo

Remarks

Reports may include general information such as a title, author, and keywords.

Such global information about the document itself (as opposed to its content or structure) is called metadata, and is intended to assist in cataloguing and searching for reports and report definitions in external databases.

Inheritance Hierarchy

System..::..Object
  C1.C1Report..::..ReportInfo

See Also