How to Create Crystal Reports in Visual Studio 2010 c# with SQL. part 1

  Рет қаралды 52,599

Swift Learn

Swift Learn

Күн бұрын

Пікірлер: 63
@nanidancer
@nanidancer 6 жыл бұрын
in 2015 visual studio video concept not working. what should i do? please send me source code my email sureshsurya220@gmail.com. please help me
@SwiftLearn
@SwiftLearn 6 жыл бұрын
Write the code in your event. Replace connectionstring and crystal report file name. noted that your OS, crystal reports version and VS version should accommodate. CrystalReportGroup cr = new CrystalReportGroup(); SqlConnection conn = new SqlConnection(); conn.ConnectionString = ConfigurationManager.ConnectionStrings["MYfirstApp.Properties.Settings.MyFirstDBConnectionString"].ToString(); ParameterFields From = new ParameterFields(); ParameterField PID = new ParameterField(); PID.Name = "ProductID";// remember that your parameter field name and column name must be equal. ParameterDiscreteValue val = new ParameterDiscreteValue(); val.Value = Class1.ProductID; PID.CurrentValues.Add(val); From.Add(PID); crystalReportViewer1.ParameterFieldInfo = From; string sql = "SELECT * from SaleInfoView where ProductID = '"+Class1.ProductID+"' "; DataSet ds = new DataSet(); SqlDataAdapter adapter = new SqlDataAdapter(sql, conn); adapter.Fill(ds, "SaleInfoView"); cr.SetDataSource(ds.Tables["SaleInfoView"]); crystalReportViewer1.ReportSource = cr; crystalReportViewer1.Refresh();
@SwiftLearn
@SwiftLearn 6 жыл бұрын
Please subscribe.
@alanthilakraja
@alanthilakraja 4 жыл бұрын
HI, Really helped your video. thanks. when used where condition, it display perfectly, but when import record if shows all record. that mean where condition not working. pls help me to solve this issues
@farjanaakther5538
@farjanaakther5538 6 жыл бұрын
Excellent Tutorials
@SwiftLearn
@SwiftLearn 4 жыл бұрын
thanks
@dnyaneshwarnarwate8594
@dnyaneshwarnarwate8594 4 жыл бұрын
Excellent Bro Keep posting
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Thank you, I will
@playfree9238
@playfree9238 4 жыл бұрын
Can I just use the Tables instead of making Views? or do I need the Views for this to work?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
you can use only table. but when you need to use multiple table create view. thanks
@sweetenglish
@sweetenglish 5 жыл бұрын
easy to understand😍
@hamid_raza_ch
@hamid_raza_ch 4 жыл бұрын
Hello sir. Muje aik issue a rha hy. Ma database sy invoice receipts print krwna chah rha hn. Aik hi table sy with unique invoice number. Crystal report use kr k. Lakin muje samj ni a rhi kasy krun. Help me sir with appropriate tutorial.
@SwiftLearn
@SwiftLearn 4 жыл бұрын
Whats your Visual Studio version? if its VS 10 this tutorial help you to success, if VS 15 see this tutorial kzbin.info/www/bejne/j6SVfpmHfbWEbpo
@reubenmwangikibara4434
@reubenmwangikibara4434 4 жыл бұрын
after dowloading the crustal setup, how do you intergrate with visual basic 2015
@SwiftLearn
@SwiftLearn 4 жыл бұрын
i will upload such tutorial as soon as possible.
@reubenmwangikibara4434
@reubenmwangikibara4434 4 жыл бұрын
@@SwiftLearn Would you help me at personal level if we likup plz
@yapandasoftware
@yapandasoftware 5 жыл бұрын
Thank you for this video. Can you do the same connecting to a local database rather than SQL server DB?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
This is very easy. just put local database connection string. thanks.
@reubenmwangikibara4434
@reubenmwangikibara4434 4 жыл бұрын
after dowloading the crustal setup, how do you intergrate with visual basic 2015
@DrWambua
@DrWambua 4 жыл бұрын
@@reubenmwangikibara4434 which crystal setup are you trying to use Mwangi? There's Crystal Reports for Visual Studio that you need to download and install which will automatically integrate with VS. Ensure it's not the stabdalone version that you create reports separately. Ukishindwa unishow nikupatie link
@reubenmwangikibara4434
@reubenmwangikibara4434 4 жыл бұрын
@@DrWambua kindly send me the link, am green in using crystall reports. kindly help. my emailis: reubenmwangikibara@gmail.com
@nizamuddin4128
@nizamuddin4128 6 жыл бұрын
this is great tutorial. How to add image in crystal report?
@SwiftLearn
@SwiftLearn 4 жыл бұрын
You are also great.
@lifeliness8398
@lifeliness8398 3 жыл бұрын
Design the Dynamic Crystal Report of Receipt Size For Hotel That’s Include: Hotel Name, Items Detail, Quantity, Price Detail, And Total Amount.
@bopbycntt5571
@bopbycntt5571 5 жыл бұрын
thank you
@ginasimrankaur7674
@ginasimrankaur7674 5 жыл бұрын
How do you find the .cs file, as when i clicked on the button it was a .vb file. Please help asap
@SwiftLearn
@SwiftLearn 5 жыл бұрын
just double click on form to go in .cs file
@laicalenmacias151
@laicalenmacias151 6 жыл бұрын
Where add name= connection ? And how to get it that connection in the app.config pls help me
@SwiftLearn
@SwiftLearn 6 жыл бұрын
I am using linq. thats why the connection created automatically. you can write what is your database connection. or add linq file. see this video. kzbin.info/www/bejne/b6OZZo2cZb-NodE
@akhterhussain100
@akhterhussain100 5 жыл бұрын
hi sir,i am facing issue that after publishing crystal report it is not showing data ,please help
@SwiftLearn
@SwiftLearn 5 жыл бұрын
if your textobject is smaller than value make it bigger
@akhterhussain100
@akhterhussain100 5 жыл бұрын
it shows data after 20 to 30 print view it stop to give printview
@SwiftLearn
@SwiftLearn 5 жыл бұрын
@@akhterhussain100 are you working in crystal report?
@akhterhussain100
@akhterhussain100 5 жыл бұрын
@@SwiftLearn this is not issue i figure out that in temp folder there is creating (Bigbal 3388_6284_{0383619A-AAED-45E2-B244-0A66A7A8C55C}) this temporary file when meet 75 time then crystal report stop showing data
@SwiftLearn
@SwiftLearn 5 жыл бұрын
write this code in unload event crystalReport.Close(); crystalReport.Dispose();
@sweetenglish
@sweetenglish 5 жыл бұрын
Facile
@aminaali5905
@aminaali5905 6 жыл бұрын
How to create report without relation with main report plz.
@SwiftLearn
@SwiftLearn 6 жыл бұрын
its fulfill your requirement kzbin.info/www/bejne/mJ7Cgqtneaase7M
@mahmoudabdelfatah7027
@mahmoudabdelfatah7027 6 жыл бұрын
يا جماعة انا عندي مشكلة كبيرة مش عارف ليها حل الارقام في الكريستال ما بتظهرش عربي في ويندوز 10 او ويندوز8 زي ويندوز 7
@SwiftLearn
@SwiftLearn 6 жыл бұрын
Anybody translate it in English please?
@obadaageeb8581
@obadaageeb8581 6 жыл бұрын
He asking about format of number viewing .Arabic number format in win 8 and 10 not view in the format is unlike win 7
@abbasmohammed1034
@abbasmohammed1034 5 жыл бұрын
من الخصائص من paragraph و اختار right to left
@samicasanova6720
@samicasanova6720 2 жыл бұрын
16:00
@asad8710
@asad8710 4 жыл бұрын
i copied as it is doenst shows anything on screen
@SwiftLearn
@SwiftLearn 4 жыл бұрын
are you use VS10 in OS 10? so. you should use vs 15 and Crystal report 13_0_19 in OS10. thanks.
@saulsamson4311
@saulsamson4311 3 жыл бұрын
Error found adapter.Fill(ds, "tbl_std"); DataTable dt = ds.Tables["tbl_std"]; cr.SetDataSource(ds.Tables["tbl_std"]); cr.SetDataSource(ds.Tables["tbl_std"]); crystalReportViewer1.ReportSource = cr; crystalReportViewer1.Refresh();
@moorthithambi1227
@moorthithambi1227 6 жыл бұрын
Tax cgst sgt total @12 120 120 240 @18 320 320 640 crystal report how make?
@SwiftLearn
@SwiftLearn 6 жыл бұрын
Its simple just try.
@shanilkt8723
@shanilkt8723 Жыл бұрын
My VS2019 code is given below nothing is displaying in page ReportDocument cryRpt = new ReportDocument(); cryRpt.Load(@"~\CrystalReport1.rpt"); CrystalReportViewer1.ReportSource= cryRpt; CrystalReportViewer1.RefreshReport();
@mohyminulshisier9160
@mohyminulshisier9160 4 жыл бұрын
kindly stop talking !!!!!!!!!
How to Create Crystal Report in C# 2020
7:28
CodeCraks
Рет қаралды 58 М.
amazing#devil #lilith #funny #shorts
00:15
Devil Lilith
Рет қаралды 18 МЛН
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 192 МЛН
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 22 МЛН
Create RDLC Report in C# with SQL Step By Step | ProgrammingGeek
16:05
ProgrammingGeek
Рет қаралды 92 М.
Using Crystal Reports with C# and Sql Server
11:41
Coding World
Рет қаралды 31 М.
HOW TO DOWNLOAD AND INSTALL CRYSTAL REPORT IN VISUAL STUDIO 2019
12:45
How to print datagridview data in crystal report in c#
12:40
RashiCode
Рет қаралды 17 М.
Crystal Report Training Part 1
18:01
StudyOnBoard
Рет қаралды 48 М.
amazing#devil #lilith #funny #shorts
00:15
Devil Lilith
Рет қаралды 18 МЛН