I'm having the above error and I can't figure why.
I have my var ShowLogo as a global var and initialized
OnInitReport()
ShowLogo := TRUE;
*This post is locked for comments
I'm having the above error and I can't figure why.
I have my var ShowLogo as a global var and initialized
OnInitReport()
ShowLogo := TRUE;
*This post is locked for comments
can you right click on the tablix and check the properties and let us know hat value you have there
The hidden property of the table not the logo.
The hidden property don't have anything, i just set it to false.
Can you show us the expression you have added for the hidden property ?
I'm having error validating RDL content while compiling the report for the hidden property of tablix2, because is pointing to ShowReport which is a global var and a column of data item Sales Shipment Header (with SourceExpression ShowLogo). This global var is initialized in OnInitReport trigger
Can you convert that error message into English
Yes, I'm using this in the body of my report..
Try placing the ShowLogo field in the body of your report. Do you see it correctly assigned?