How can i set the background expression in the code for generating the RDL dynamically
i tried this
writer.WriteElementString("BackgroundColor", "=IIf(Mod(RowNumber,2)=1,'White','PaleGoldenrod)");
but this is not applied to all my columns.
It says the expression contains error.
Please let me know how i can set the back ground color expression.