If you wont to display a value only on last page use a syntax like this on field exp:
=iif(Globals!PageNumber=Globals!TotalPages,data, nothing)
If you wont to hide a control only on a last page use a syntax like this on visibility exp:
=iif(Globals!PageNumber=Globals!TotalPages,false,true)
Remember you case use Global properties only on header and footer section
Iscriviti a:
Commenti sul post (Atom)
AX 2012: The request was aborted: Could not create SSL/TLS secure channel
The error you're encountering, "The request was aborted: Could not create SSL/TLS secure channel," can occur due to various re...
-
When your code run on CIL remember to set to null any enumerator of Sets or Maps before made a change on it. If the enumerator is not restor...
-
The error you're encountering, "The request was aborted: Could not create SSL/TLS secure channel," can occur due to various re...
-
NumberSeq numberSeq; InventTransferTable inventTransferTable; InventTransferLine inventTransferLine; InventDim inventDim; ; ttsbegin; ...
Nessun commento:
Posta un commento