[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.Description

Description Property

Description

Gets or sets a description of the report.

Declaration
public string Description { get; set; }
Property Value
Type Description
string

A string value containing the description of the report.

Examples
Report report = new Report();
report.Description = "Your favorite report.";