Description Property (Report)
Gets or sets a description of the report.
public string Description {get; set;}
'Declaration
Public Property Description As String
Property Value
A
System.String value containing the description of the report.
Report report = new Report();
report.Description = "Your favorite report.";