allowsProfileSettings()) {
// load all the existing profiles
$report_profiles = $instance->getSettingProfiles();
// load the active profile
$active_profile = $instance->getActiveProfile();
// get the active profile name
$profile_name = $active_profile ? ($report_profiles[$active_profile] ?? JText::translate('VBO_USE_DEFAULT')) : JText::translate('VBO_USE_DEFAULT');
?>
setInputName('data')->getHtml();
?>