Hi,
I’m trying to add the expression "<<[DateTime.Now.AddDays(1)]:"yyyy.MM.dd">>"
to a Linq Reporting Engine template, but I keep getting an error like “An error has been encountered at the end of expression ‘DateTime.N’. Can not get the value of member ‘DateTime’ on type ‘System.Data.DataRow’.”
What is the syntax to add a global, static .NET method expression to a Linq Reporting Engine template? I don’t see any examples of this in your documentation, either.