Izenda Logo

This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/

About

ShowInvalidVizExportLink is a boolean variable that determines whether the message "To view the interactive visualization please click this link." is displayed when charts of type visualization is exported to Word,Excel, and other document form. By default ShowInvalidVizExportLink is true. When the user set it to false then message "To view the interactive visualization please click this link." will not be shown.

Global.asax (C♯)

public class CustomAdHocConfig : FileSystemAdHocConfig {
    public static void InitializeReporting() {

        
      AdHocSettings.ShowInvalidVizExportLink = false;
        

    } // End of InitializeReporting
   
   
  } // End of CustomAdHocConfig

Screenshots