15,743,674 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Member 15639943 (Top 11 by date)
Member 15639943
29-Jan-23 10:43am
View
Hi Gerry,
I have not done it, because there is no good documentation, or I have not found the appropriate one. Could you tell me an example or a link where I can see how to do it. I thank you very much for your advice.
Member 15639943
27-Jan-23 10:10am
View
Hi Andre, the link that you indicate helped me solve other problems, but this other one appeared. And I know that it is a ReportViewer version problem. I have Microsoft Report Viewer Control for .Net Windows 150.1537.0 installed, but no solution.
Sandeep, I already tried that one too but with no good results.
I don't want to abuse, but I don't know if I can send the code by email and check the problem directly. Thanks to all. (yes, I know, my english is not good enough)
Member 15639943
26-Jan-23 14:52pm
View
Hello everyone, the answer to this question is very important to me. I know it's not right to ask for help this way, but I need to get this resolved as soon as possible. Regards
Member 15639943
26-Jan-23 12:00pm
View
Thanks for your help and advice.
Member 15639943
25-Jan-23 11:08am
View
Thanks Andre for your time and help, but to be exact, the problem is when I try to put the ReportViewer in the XAML window:
<windowsformshost height="410" width="749>
<rdlcreport:ReportViewer x:Name=" _reportviewer"="">
Show me this message error: "ReportViewer is not supported in WPF projects." How can I solve this? Thanks to all.
Member 15639943
24-Jan-23 9:33am
View
Hi Miciej Los, I didn't find any examples of RDLC with WPF, just old examples. Also, other sites indicate that there is no support for RDLC with WPF in .NET 6.0. If you could point me to a link where an example with VS2022 comes out, I would appreciate it. Regards.
Member 15639943
16-Jan-23 1:20am
View
I try to add reference to Crystal Report's dll, but now is worst. I got a error that blocked my project. Does Crystal Report 64 bits for Visual Studio 2022 really work without problems?
Member 15639943
16-Jan-23 0:42am
View
I have deleted Crystal Report 32 bits and instaled Crystal Report 64 bits for Visual Studio 2022, but when I add a new item, Crystal Report does not appear.
Member 15639943
5-Jan-23 10:08am
View
These links will be very helpful. Thanks a lot for your time and support.
Member 15639943
4-Jan-23 20:42pm
View
Thanks a lot for your time and help. I'm going to do the corresponding tests, but I'm going to ask another question explaining the problem better (I hope)
Member 15639943
29-Dec-22 10:07am
View
I had already tried the code example shown in link number 2:
if (!e.Row.IsEditing)
{
this.dgTesting.Items.Refresh();
}
What I do not understand is that if I have finished editing the cell, the if condition (!e.Row.IsEditing)
is never true, so this.dgTesting.Items.Refresh(); it doesn't run either.
The example in link 1 is similar and I had already tried them too, but without success.
Thank you very much for your help.
Show More