ReportAttribute class

namespace: Serenity.Reporting   assemblySerenity.Net.Services

Marks a class as Report

[AttributeUsage(AttributeTargets.All)]
public class ReportAttribute : Attribute

Public Members

name description
ReportAttribute(…) Creates an instance of the attribute
ReportKey { get; } The report key.

See Also