[]
Gets or sets a ReportInfo object containing report metadata.
[C1Category("Design")]
[C1Description("C1FlexReport.ReportInfo", "The report metadata (title, author, keywords, etc).")]
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(false)]
public ReportInfo ReportInfo { get; set; }
<C1Category("Design")>
<C1Description("C1FlexReport.ReportInfo", "The report metadata (title, author, keywords, etc).")>
<TypeConverter(GetType(ExpandableObjectConverter))>
<Browsable(False)>
Public Property ReportInfo As ReportInfo
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.