i need to use the Date function "DaysInMonth" in my report. No problem in Forms or Wpf reports. But the function is not available in Silverlight. What can i do to solve that problem?
The use of .NET framework static method
Code: Select all
DateTime.DaysInMonth()
Kind regards
Thorsten Pontow