Hi everyone,
I am working on a Classic Report to get the RDLC Layout (Tools -> Create Layout Suggestion)
In the classic report there is a section containing a label that is displayed conditionnally with the following code in the OnPreSelection Trigger:
CurrReport.SHOWOUTPUT:="MyTable".MyField;
where MyField is a boolean field...
How can I get this done in RDLC???
Answers
http://msdn.microsoft.com/en-us/library/dd354976.aspx
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I've already seen that link, the problem is that the field to include in the Visibility Expression (MyField) doesn't exist in the DataSet of the report when I view the Layout in Visual Studio :?
then it will be shown in Dataset of rdlc
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
You mean I have to add the field in the Section of the Classic Report, in a TextBox for example???
You mean I have to add the field in the Section of the Classic Report??? in a TextBox for example???
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav