hello,
i have a table containing aspose tags, is it possible to delete an entire row if the property is null ?
Sure, you can use the following template in your case:
For more information, see Working with Table-Row Conditional Blocks.
i am sorry i didnot see it in your documentation
thank you that solve my problem
hello,
do you have similar solution for Table-Column Conditional Blocks : remove column with a condition ?
At the moment, LINQ Reporting Engine lacks the requested feature. However, it is already logged as WORDSNET-18034 and we are working on it. You will be notified through the forum thread, once it is implemented.
As of now, you can workaround this by using two tables - one with N
columns and another one with N + 1
columns - and show only one of the tables depending on a condition.
no, this workaround does not work for me.
Unfortunately, LINQ Reporting Engine does not provide any other option to fulfill your requirement, until WORDSNET-18034 is resolved. We apologise for any inconvenience caused.