Skip to content

ReportRegistry.GetReportKey method

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