var params : SimpleRingsParameters = new SimpleRingsParameters(outputTypes); params.activeDatasetID = _activeDataSet
// determines the group of available report titles [Bindable] //private var _activeDataSet:String = "USA" or "USACensus2010"; private var _activeDataSet:String = "USACensus2010";
var option:ReportOptions = new ReportOptions(); // set the template name to the selected report template from user combobox option.templateName = reportTemplate.name
Hi Amy,What report template are you trying to use? It is possible you are using a report template that is only available in the USA dataset. Also, keep in mind that the USA and USACensus2010 datasets are based on completely different USA geographies and it is highly recommended to not compare them against each other.Thanks,Mehak
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.