public System.string ImageName {get; set;}
The name of a file in the current Application Theme that will be displayed in the user interface for this item in the Report Tree.
When choosing or generating images to display in the tree, we recommend selecting one that has a matching <filename>Selected.png
partner. For example, Edit.png
has a matching EditSelected.png
. When the custom item is selected in the Report Tree, Exago will automatically substitute <fileName>Selected for the original <fileName>. If the image selected has no matching <fileName>Selected, then a broken image placeholder will be displayed in the user interface instead.
public System.string ImageName {get; set;}