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
@SwiftLearn6 жыл бұрын
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();
@SwiftLearn6 жыл бұрын
Please subscribe.
@alanthilakraja4 жыл бұрын
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
@farjanaakther55386 жыл бұрын
Excellent Tutorials
@SwiftLearn4 жыл бұрын
thanks
@dnyaneshwarnarwate85944 жыл бұрын
Excellent Bro Keep posting
@SwiftLearn4 жыл бұрын
Thank you, I will
@playfree92384 жыл бұрын
Can I just use the Tables instead of making Views? or do I need the Views for this to work?
@SwiftLearn4 жыл бұрын
you can use only table. but when you need to use multiple table create view. thanks
@sweetenglish5 жыл бұрын
easy to understand😍
@hamid_raza_ch4 жыл бұрын
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.
@SwiftLearn4 жыл бұрын
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
@reubenmwangikibara44344 жыл бұрын
after dowloading the crustal setup, how do you intergrate with visual basic 2015
@SwiftLearn4 жыл бұрын
i will upload such tutorial as soon as possible.
@reubenmwangikibara44344 жыл бұрын
@@SwiftLearn Would you help me at personal level if we likup plz
@yapandasoftware5 жыл бұрын
Thank you for this video. Can you do the same connecting to a local database rather than SQL server DB?
@SwiftLearn4 жыл бұрын
This is very easy. just put local database connection string. thanks.
@reubenmwangikibara44344 жыл бұрын
after dowloading the crustal setup, how do you intergrate with visual basic 2015
@DrWambua4 жыл бұрын
@@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
@reubenmwangikibara44344 жыл бұрын
@@DrWambua kindly send me the link, am green in using crystall reports. kindly help. my emailis: reubenmwangikibara@gmail.com
@nizamuddin41286 жыл бұрын
this is great tutorial. How to add image in crystal report?
@SwiftLearn4 жыл бұрын
You are also great.
@lifeliness83983 жыл бұрын
Design the Dynamic Crystal Report of Receipt Size For Hotel That’s Include: Hotel Name, Items Detail, Quantity, Price Detail, And Total Amount.
@bopbycntt55715 жыл бұрын
thank you
@ginasimrankaur76745 жыл бұрын
How do you find the .cs file, as when i clicked on the button it was a .vb file. Please help asap
@SwiftLearn5 жыл бұрын
just double click on form to go in .cs file
@laicalenmacias1516 жыл бұрын
Where add name= connection ? And how to get it that connection in the app.config pls help me
@SwiftLearn6 жыл бұрын
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
@akhterhussain1005 жыл бұрын
hi sir,i am facing issue that after publishing crystal report it is not showing data ,please help
@SwiftLearn5 жыл бұрын
if your textobject is smaller than value make it bigger
@akhterhussain1005 жыл бұрын
it shows data after 20 to 30 print view it stop to give printview
@SwiftLearn5 жыл бұрын
@@akhterhussain100 are you working in crystal report?
@akhterhussain1005 жыл бұрын
@@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
@SwiftLearn5 жыл бұрын
write this code in unload event crystalReport.Close(); crystalReport.Dispose();
@sweetenglish5 жыл бұрын
Facile
@aminaali59056 жыл бұрын
How to create report without relation with main report plz.
@SwiftLearn6 жыл бұрын
its fulfill your requirement kzbin.info/www/bejne/mJ7Cgqtneaase7M
@mahmoudabdelfatah70276 жыл бұрын
يا جماعة انا عندي مشكلة كبيرة مش عارف ليها حل الارقام في الكريستال ما بتظهرش عربي في ويندوز 10 او ويندوز8 زي ويندوز 7
@SwiftLearn6 жыл бұрын
Anybody translate it in English please?
@obadaageeb85816 жыл бұрын
He asking about format of number viewing .Arabic number format in win 8 and 10 not view in the format is unlike win 7
@abbasmohammed10345 жыл бұрын
من الخصائص من paragraph و اختار right to left
@samicasanova67202 жыл бұрын
16:00
@asad87104 жыл бұрын
i copied as it is doenst shows anything on screen
@SwiftLearn4 жыл бұрын
are you use VS10 in OS 10? so. you should use vs 15 and Crystal report 13_0_19 in OS10. thanks.
Tax cgst sgt total @12 120 120 240 @18 320 320 640 crystal report how make?
@SwiftLearn6 жыл бұрын
Its simple just try.
@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();