if (incrementType == IncrementTypeEnum.PAGE || incrementType == IncrementTypeEnum.COLUMN)
{
addBrokenRule("Chart datasets with dataset run cannont have Column or Page increment type.", dataset);
}
ResetTypeEnum resetType = dataset.getResetTypeValue();
if (resetType == ResetTypeEnum.PAGE || resetType == ResetTypeEnum.COLUMN)
{
addBrokenRule("Chart datasets with dataset run cannont have Column or Page reset type.", dataset);
}
// else if (resetType != ResetTypeEnum.REPORT)