namespace: Serenity.Reporting assembly: Serenity.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
name | description |
---|---|
ReportDesignAttribute(…) | Creates an instance of the attribute |
Design { get; } | Returns the location of the design file which is passed via the constructor. |
- Source: ReportDesignAttribute.cs