ReportRegistry.GetReportKey method
namespace: Serenity.Reporting assembly: Serenity.Net.Services
Gets report key for the report type by looking at its ReportAttribute, returning type full name if it does not have a report key or the attribute.
public static string GetReportKey(Type type)
| parameter | description |
|---|---|
| type | The report type |
See Also
- class ReportRegistry