Hello, my question is why should use IncludeInDataSet YES property for Boolean variable on Pages?
If it is Request Page on report it is must or user will get runtime error.
But for some reason Page 1, 21 or etc. use that property for booleans which used on Editable/Visible/Enabled/StyleExpr property.
In the documentation I found this(2016):
[quote]Remarks
You must set this property to Yes if the variable is used as the value of the Editable Property, Enabled Property, Visible Property, or StyleExpr Property.[/quote]
docs.microsoft.com/.../includeindataset-property
Great. But all works fine if IncludeInDataSet = No
[b]I have nowhere found the reasons why should use IncludeInDataSet. No one example when variable works not correctly. [/b]
Just words: set plz IncludeInDataSet = Yes for editable/visible/etc.
I'm talking specifically about the versions of 2016-2017-2018. And not about reports request pages.
Hope someone can help me to understand. Otherwise I can not sleep peacefully :|
*This post is locked for comments