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/

Acceptable formats for AdHocSettings.HiddenColumns API syntax:

AdHocSettings.HiddenColumns = new string[] { "[dbo].[Orders].[CustomerID]" };
AdHocSettings.HiddenColumns = new string[] { "[Orders].[CustomerID]" };
AdHocSettings.HiddenColumns = new string[] { "Orders.CustomerID" };
AdHocSettings.HiddenColumns = new string[] { "CustomerID" };

When using Izenda Fusion, you must use the full identifier, for example: [db].[schema].[table].[column].