[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.EraConfigurationException.DuplicateStartDates

DuplicateStartDates Method

DuplicateStartDates(string, string)

Creates an exception indicating that two eras share the same start date.

Declaration
public static EraConfigurationException DuplicateStartDates(string era1, string era2)
Parameters
Type Name Description
string era1

The name of the first era.

string era2

The name of the second era with the same start date.

Returns
Type Description
EraConfigurationException

A new EraConfigurationException with the DuplicateStartDates code.