[]
Gets or sets a author of the report.
public string Author { get; set; }
A string value indicating the author of the report.
Report report = new Report(); report.Author = "Your Author";