Skip to content

ReportAttribute class

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Marks a class as a report.

[AttributeUsage(AttributeTargets.All)]
public class ReportAttribute : Attribute
parameter description
reportKey The report key. If not passed it is calculated from the class name.

Public Members

name description
ReportAttribute(…) Marks a class as a report.
ReportKey { get; } Gets the report key.

Remarks

Initializes a new instance of the attribute.

See Also