Bug Report T294412
Visible to All Users

Web Report Designer - It is not possible to assign a filter to XRChart series

created 9 years ago

[DevExpress Support Team: CLONED FROM T293381: MVC Report End User Report Designer Chart Parameter]
Where do I find the setting "Series.DataFilters" the report editor (ASP MVC report editor)?

Comments (1)
Vasily (DevExpress Support) 9 years ago

    Hi Ivan,

    I have reproduced the issue and decided to forward it to our developers, so they can examine it thoroughly. This might take some time for us. Your patience is highly appreciated.

    As a workaround, use the report scripting functionality to add the desired data filter to XRChart programmatically (as demonstrated in the DataFilterCollection help topic). For example, use the following code to add a data filter to XRChart series:

    C#
    private void chart1_BeforePrint(object sender, System.EventArgs e) { (sender as XRChart).Series[0].DataFilters.Add("CategoryID", "System.Int32", DataFilterCondition.Equal, 1); }

    See the attached video for more information on how to accomplish this task.

    Answers approved by DevExpress Support

    created 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.