Solved! Go to Solution.
<esri:PrintParameters id="printParameters" format="{formats.selectedItem}" layoutTemplate="{layoutTemplates.selectedItem}" map="{map}"> <esri:customParameters> <fx:Object Georef_info="{Georef_info.selectedItem}"/> </esri:customParameters> <esri:layoutOptions> <esri:LayoutOptions title="My Map"> <esri:legendOptions> <esri:LegendOptions> <esri:LegendLayer id="myLegendLayer" layerId="myDynamicService" /> </esri:LegendOptions> </esri:legendOptions> </esri:LayoutOptions> </esri:layoutOptions> </esri:PrintParameters>
<esri:PrintParameters id="printParameters" format="{formats.selectedItem}" layoutTemplate="{layoutTemplates.selectedItem}" map="{map}"> <esri:customParameters> <fx:Object Georef_info="{Georef_info.selectedItem}"/> </esri:customParameters> <esri:layoutOptions> <esri:LayoutOptions title="My Map"> <esri:legendOptions> <esri:LegendOptions> <esri:LegendLayer id="myLegendLayer" layerId="myDynamicService" /> </esri:LegendOptions> </esri:legendOptions> </esri:LayoutOptions> </esri:layoutOptions> </esri:PrintParameters>