ReportDesignAttribute class

namespace: Serenity.Reporting   assemblySerenity.Net.Services

The attribute used to determine the location of the report design which is usually a CSHTML file.

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

Public Members

name description
ReportDesignAttribute(…) Creates an instance of the attribute
Design { get; } Returns the location of the design file which is passed via the constructor.

See Also