HtmlReportContentEditorAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the target property should use a "HtmlReportContent" editor. This is generally a CK editor with only functionality compatible with common reporting tools like SSRS, Telerik, DevExpress etc. enabled.

[AttributeUsage(AttributeTargets.All)]
public class HtmlReportContentEditorAttribute : CustomEditorAttribute

Public Members

name description
HtmlReportContentEditorAttribute() Initializes a new instance of the HtmlReportContentEditorAttribute class.
Cols { get; set; } Gets or sets the cols for underlying textarea.
Rows { get; set; } Gets or sets the rows for underlying textarea.
const Key Editor type key

See Also