Bug Report T338669
Visible to All Users

WebDocumentViewer - Old multi-value parameter value may be submit to a previewed report

created 9 years ago (modified 9 years ago)

As suggested in here :
https://www.devexpress.com/Support/Center/Question/Details/T288742
I get the XtraReport Parameter Value in my DetailReport_BeforePrint. (DetailReportBand)

When i change the multi-value selected (of type int[]) and click on submit :

In debug I see I go here :
int[] selectedIds = (int[])Filter.Value;

- The first time when i change :
   selectedIds sometimes has the wrong value, (the old value)
-  If I re-submit without changing values selected :
   selectedIds has the good value.

Why ? …

Show previous comments (4)
LK LK
Laurent Karoutchi 9 years ago

    Sorry, the picture was the wrong one :
    This captureBug.png is the proof the value submited is not the same as the value we got sometimes

    LK LK
    Laurent Karoutchi 9 years ago

      Here the video.
      See the bug at the end : not the same in report and in filter.
      Can't prove more than this.

      Vasily (DevExpress Support) 9 years ago

        Hi Laurent,

        Thank you for the video. It was very helpful. This issue seems to be caused by the fact that parameter values were submitted before the multi-select parameter's value is changed. The multi-select parameter's value is changed only after its dropdown is closed. So, in case the parameter values are submitted before the multi-select parameter's dropdown is closed, such an issue may arise.
        I have forwarded this issue to our developers for further research. We will let you know once we make progress.

        Answers approved by DevExpress Support

        created 9 years ago (modified 9 years ago)

        We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

        Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.