Hello DevExpress Team,
The issue is easy to reproduce:
- Create new Windows Forms application, add a button to the form
- Create button click event handler:
C#private void button1_Click(object sender, EventArgs e)
{
var report = new XtraReport1();
report.ShowDesigner();
}
- Run application, click button twice.
- Try to add a parameter to the Field List of the designer form which opened firstly.
Added parameter is not visible in the Field List.
Best regards,
Khindikaynen Aleksey
Hello Aleksey,
Thank you for reaching out to us and pointing out this issue.
I was able to reproduce this behavior and forwarded this ticket to our R&D team for further research. Please keep an eye on this thread for further updates.
Thanks,
Dmitry