[]
Gets or sets a description of the report.
public string Description { get; set; }
Type | Description |
---|---|
string | A string value containing the description of the report. |
Report report = new Report();
report.Description = "Your favorite report.";