Report designer needed

i am looking for a way to use devexpress's report designer in a radzen project. i can load the nuget from VS but when i hook up the devexpress components i get..

"'Orientation' is an ambiguous reference between 'DevExpress.Blazor.Orientation' and 'Radzen.Orientation'yContact.razor"
and
"Cannot convert lambda expression to intended delegate type because some of the return types in the block are not implicitly convertible to the delegate return type"

this project needs a full report designer and unless i am missing something you do not offer that component. any ideas for a solution?

You will need to use full type names including namespaces. We do not offer report designer.

I manage to incorporate StimulSoft reports into a Radzen driven application and it works with no issue. Maybe this DevExpress report likes to have DevExpress components?
Using StimulSoft for over 15 years and it is the most beneficial tool I have ever purchased.And of course it has full report designer as well and many more.

Thank you both i will check out both solutions.

I use fastreports which has a designer and works well in my blazor apps.

thanks, i will take a look