if (orientation != null)
{
jasperDesign.setOrientation(orientation);
}
WhenNoDataTypeEnum whenNoDataType = WhenNoDataTypeEnum.getByName(atts.getValue(JRXmlConstants.ATTRIBUTE_whenNoDataType));
if (whenNoDataType != null)
{
jasperDesign.setWhenNoDataType(whenNoDataType);
}