[]
        
(Showing Draft Content)

C1.Report.ReportInfo

ReportInfo Class

Class that contains report metadata.

Inheritance
ReportInfo
Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public class ReportInfo : INotifyPropertyChanged
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.

Constructors

Name Description
ReportInfo()

Properties

Name Description
Author

Gets or sets the name of the person that created the report.

Creator

Gets or sets the name of the application that created the report.

Keywords

Gets or sets keywords associated with the report.

Subject

Gets or sets the subject of the report.

Title

Gets or sets the title of the report.

Methods

Name Description
AssignFrom(ReportInfo)

Copies properties from another object into this object.

Clear()

Clears the ReportInfo object.

Clone()

Returns a copy of this ReportInfo object.

ToString()

Returns a string that represents the current ReportInfo object.

Events

Name Description
PropertyChanged

Occurs when a property value changes.