/*Needed for the callback resize*/
##local.ExportHeader
##if Options.IsEmpty(ReportId)
##leg.ZONESOPAC.Export.NoReport
##else
##leg.ZONESOPAC.Export.ContextText
##local.define(NoImage)
0
##sessioncfg.With(formatMap,ZONES.Export.FormatChoice)
##if formatMap.item
##formatMap.ForEach(format,item)
##if format.Format
##if format.FileName
##local.define(ExportURL)APS_ZONES_REPORT?reportid=##Options.Data(ReportId)&format=##format.Format&lang=##this.StyleSetAttribute(LANG)&Filename=##format.FileName
##else
##local.define(ExportURL)APS_ZONES_REPORT?reportid=##Options.Data(ReportId)&format=##format.Format&lang=##this.StyleSetAttribute(LANG)
##endif
##local.define(ExportURLAlt)
##local.define(ExportURLTip)
##if format.Alt
##local.define(ExportURLAlt)##format.QualData(Alt)
##endif
##if format.Tip
##local.define(ExportURLTip)##format.QualData(Tip)
##endif
##if format.IMG
##else
##local.define(NoImage)1
##endif
##endif
##else
##leg.ZONESOPAC.Export.NoFormat
##endif
##if local.IsEqual(NoImage,1)
##formatMap.ForEach(format,item)
##if format.Format
##if format.FileName
##local.define(ExportURL)APS_ZONES_REPORT?reportid=##Options.Data(ReportId)&format=##format.Format&lang=##this.StyleSetAttribute(LANG)&Filename=##format.FileName
##else
##local.define(ExportURL)APS_ZONES_REPORT?reportid=##Options.Data(ReportId)&format=##format.Format&lang=##this.StyleSetAttribute(LANG)
##endif
##local.define(ExportURLAlt)
##local.define(ExportURLTip)
##if format.Alt
##local.define(ExportURLAlt)##format.QualData(Alt)
##endif
##if format.Tip
##local.define(ExportURLTip)##format.QualData(Tip)
##endif
##if format.IMG
##else
##endif
##endif
##endif
##endif
##local.ExportFooter