Hello. Could you show how to make a window in C # in which, after opening, the database of all created reports from a specific folder will be loaded and after choosing one of them it will be created?
Look good work, But you are selecting all the entries in the table of Category to displayed on CrystalReportViewer , At what position do you put WHERE in that cord of DatabaseEntities1 in the page load form of the crystal report viewer e.g var results = de.Category.Select(c => new { CategoryID= c.ProdID, CategoryName = c.CategoryName }).ToList; CrystalReportBaisic crb = new CrystalReportBasic(); crb.SetDataSource(results); this.CrystalReportViewer1.ReportSource = crb // So i want WHERE CategoryID is = 3 //THANKS , I can see The name of the table, Select BUT i also what to see WHERE Clause//THANKS
No audio with superb explanation , thank you...
+Navaneet SPatil You're Welcome
how we can add crystal report viewer if we don't have inbuilt in visual studio 2012.
Hello.
Could you show how to make a window in C # in which, after opening, the database of all created reports from a specific folder will be loaded and after choosing one of them it will be created?
just what i was looking for .TY
Hello sir i want to step by step video tutorial fetching data on crystal report between two dates in c# with sql server
MS-ACCESS DATABASE SHOW LOGIN FAILED AND DOES NOT SHOW EMPTY DATABASE NAME ON LOGIN DALOG IN CRYSTAL REPORT
Look good work, But you are selecting all the entries in the table of Category to displayed on CrystalReportViewer , At what position do you put WHERE in that cord of DatabaseEntities1 in the page load form of the crystal report viewer
e.g
var results = de.Category.Select(c => new
{
CategoryID= c.ProdID,
CategoryName = c.CategoryName
}).ToList;
CrystalReportBaisic crb = new CrystalReportBasic();
crb.SetDataSource(results);
this.CrystalReportViewer1.ReportSource = crb
// So i want WHERE CategoryID is = 3 //THANKS , I can see The name of the table, Select BUT i also what to see WHERE Clause//THANKS
var results = de.Category
.Where(s=>s.CategoryID==3).Select(c => new
{
CategoryID= c.ProdID,
CategoryName = c.CategoryName
}).ToList;
PLEASE SHOW A CRYSTAL REPORT USING MS-ACCESS DATABASE WITH USERNAME AND PASSWORD WITH INNER JOIN TABLE
y u r not recording with voice
at 8:15 where the demoentities function come from?
+Aqib Javed It's created from Entity Framework in Visual Studio
+Learning Programming is it possible to print a selected record from datagridview or text boxes in crystal report?
did it catered MySql database/ MySqlClient??
+Aura Arzadon Yes, you can do with MySQL database
Learning Programming can you have a full video tutorial of that please. I need to learn how its done.
+Aura Arzadon I don't have video about this topic.
Learning Programming please can you make that video.
+Aura Arzadon Sorry, I can't
PErfect!
Thanks for your comments
can't u speak??
My english skill is not good so I can only make demo