I’m trying to compare a date within an ‘If’ statement in an Aspose template created manually in Word.
The conditional block looks something like this:
<<if[ date == "30-05-2022"]>> SOME-TEXT << /if>>
While generating ….../if>> While generating the document using the LINQ Reporting Engine...engine.BuildReport(builder.Document, new DateTime(2022, 5, 30)...