Help ! how to show expression on export data on excel? #5500
Unanswered
sandhitya069
asked this question in
Help
Replies: 1 comment 4 replies
-
Hope help you you need add MinSelectLevel(SelectLevel.List) attribute [DisplayName("City"), Expression("c.[Name]"), MinSelectLevel(SelectLevel.List)]
public String CityName
{
get { return Fields.CityName[this]; }
set { Fields.CityName[this] = value; }
} |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
someone please tell me something about this one, i got error notice like this when i want to export data to excel with an expression inside. is it not possible to display an expressions when i export data to excel?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions