[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSection.DisplayName

DisplayName Property

DisplayName

Gets or sets a display name of the report section. This name is visible to the user, such as in a tab page title in a dashboard viewer.

Declaration
[Obsolete("Use Label instead.")]
public ExpressionInfo DisplayName { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing the display name of the report section.

Remarks

This property is obsolete. Use Label instead.