[]
Gets or sets the name of the report.
public string Name { get; set; }
A string value indicating the name of the report.
Report report = new Report(); report.Name = "YourNewReport";