[]
Class that contains report metadata.
public class ReportInfo : INotifyPropertyChanged
<p>Reports may include general information such as a title, author, and keywords.</p>
<p>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.
Name | Description |
---|---|
ReportInfo() |
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. |
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. |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |