Add New Option in the same line of Export Links

Hi, is it possible to add a new icon with a URL in the same line where export link options are available? please guide

You may use Page_Load server event (see the topic Server Events and Client Scripts) to add to the ExportOptions property, e.g.$opt = $this->ExportOptions->add(“xxx”);
$opt->Body = “My HTML”;