Skip to content

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
parameter description
design The location of the design file.

Public Members

name description
ReportDesignAttribute(…) The attribute used to determine the location of the report design, which is usually a CSHTML file.
Design { get; } Gets the location of the design file which is passed via the constructor.

Remarks

Initializes a new instance of the attribute.

See Also