Skip to content

Commit

Permalink
550176-DisplayName - Added the display name attributes in worksheet t…
Browse files Browse the repository at this point in the history
…o collection objects - master
  • Loading branch information
mugilsf4072 authored and mugilsf4072 committed Feb 1, 2024
1 parent 08fa30e commit 1eeeca1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ static void Main(string[] args)
}
public class Report
{
[DisplayNameAttribute("Sales Person Name")]
public string SalesPerson { get; set; }
[Bindable(false)]
public string SalesJanJun { get; set; }
public string SalesJulDec { get; set; }

Expand Down

0 comments on commit 1eeeca1

Please sign in to comment.