Тёмный

C# Tutorial - Print Receipt using Report Viewer | FoxLearn 

Fox Learn
Подписаться 95 тыс.
Просмотров 187 тыс.
50% 1

Print Receipt using RDLC report with Report Viewer, Passing parameters in C# step by step. The C# Basics beginner course is a free C# Tutorial Series that helps beginning programmers learn the basics of the C# Programming Language.
Website: foxlearn.com

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 320   
@McDADDyK
@McDADDyK 3 года назад
12:30 Use this code: ReportDataSource source = new ReportDataSource("ds", _list); reportViewer.LocalReport.DataSources.Clear(); reportViewer.LocalReport.DataSources.Add(source);
@rhotrixloreto6210
@rhotrixloreto6210 3 года назад
there is a red line in the reportdatasource ,how to fix that?
@prashantk2011
@prashantk2011 Год назад
Hii sir This.reportViewer.LocalReport.SetParameters(para); Is error Sir
@srtcomputer
@srtcomputer 6 лет назад
DataSource obj = new DataSource() { Id = order++, ProductName = txtitemname.Text, Price = Convert.ToDouble(txtPrice.Text), Quantity = Convert.ToInt32(txtqty.Text) }(this area having error CS1002) tell me how to fix that errors
@ruqbanali
@ruqbanali 3 года назад
Did find the fix help me?
@shaojim12
@shaojim12 6 лет назад
i can't see the receiptBindingSource. Could anyone help?
@enoc_CR22
@enoc_CR22 6 лет назад
Create a new report and save, then u go to frmPrint.cs and you choose the new report. thats it
@tiaocrus
@tiaocrus 5 лет назад
​@@enoc_CR22 where is option new report
@ulvivaliyev2837
@ulvivaliyev2837 5 лет назад
Click the "Rebind Data Sources" after you choose .rdlc data on ReportViewer.
@jefflegend456
@jefflegend456 3 года назад
Mine doesn't have report viewer. How do I fix it?
@kashback7448
@kashback7448 6 лет назад
You must provide the source code otherwise it is very difficult and time consuming to write the code by watching video....
@Kilitsizkilit
@Kilitsizkilit 2 года назад
Finally! someting useful in yt. Thanks million times.
@technomed6720
@technomed6720 2 года назад
im getting this Error CS0103 The name 'ReceiptBindingSource' does not exist in the current context could you help please
@ajayanandrao3446
@ajayanandrao3446 3 года назад
Error 1 Inconsistent accessibility: parameter type 'System.Collections.Generic.List' is less accessible than method 'PrintReceiptDemo.frmPrint.frmPrint(System.Collections.Generic.List, string, string, string, string)' C:\Users\ajaya\Desktop\PrintReceiptDemo\frmPrint.cs 18 16 PrintReceiptDemo
@sirikulpremium7375
@sirikulpremium7375 6 месяцев назад
I have an error that in the toolbox there's no Report Viewer
@pioneeritdeveloper2111
@pioneeritdeveloper2111 7 лет назад
How I will get direct print Without preview of Page??
@nguyentruong6558
@nguyentruong6558 2 года назад
Why i can't access to ReceiptBindingSource :((
@SuperNish35supersquad
@SuperNish35supersquad 7 лет назад
How can I do the print preview in wpf?
@hakarzaxo3727
@hakarzaxo3727 Год назад
An error occurred during report processing an error has occurred during report processing Cannot create a data reader for dataset "ds" please help me i have this problem when i open print form
@aj539696
@aj539696 6 лет назад
create app with all your code but button print not showing receipt...just blank prntfrm page only help me
@rafliiskandarkavarera2886
@rafliiskandarkavarera2886 3 года назад
there is no ReportViewer in my toolbox, what happen? help
@mrrice4036
@mrrice4036 3 года назад
What is ReceiptBindingScoure come from?
@itzseec
@itzseec 4 года назад
very nice thank you so much you fix my problem
@thusharaabeywickrama3406
@thusharaabeywickrama3406 7 лет назад
List _list; string _total, _cash, _change, _date; public Form8(List datasource, string total, string cash, string change, string date) { InitializeComponent(); _list = datasource; _total = total; _cash = cash; _change = change; _date = date; } here i got error. Error 1 Inconsistent accessibility: parameter type 'System.Collections.Generic.List' is less accessible than method 'WindowsFormsApplication8.Form8.Form8(System.Collections.Generic.List, string, string, string, string)' C:\Users\thush\Documents\Visual Studio 2012\Projects\WindowsFormsApplication8\WindowsFormsApplication8\Form8.cs 18 16 WindowsFormsApplication8
@nusrat768
@nusrat768 5 лет назад
Same error what to do ??
@rijvanakarpude9917
@rijvanakarpude9917 3 года назад
Agar hame datagridview me K all item receipt me print karna hoto kya code hoga plz tell me
@princegyanbaidoo685
@princegyanbaidoo685 3 года назад
Hello sir please after watching your video I got an error my receiptbindingsorucr.Datasource = -list is null so as a result of that I can’t print
@issamchabane2177
@issamchabane2177 3 года назад
I have this problem ? Inconsistent accessibility: parameter type 'List' is less accessible than method 'frmPrint.frmPrint(List, string, string, string, string)' Gestion D:\Issam Last Docs\Programs\Gestion\Gestion\frmPrint.cs 17 Active
@junaidmalik660
@junaidmalik660 3 года назад
Make the recipe class public by adding public keyword before class name
@rntamil2337
@rntamil2337 6 лет назад
Hi sir it's awesome tutorial. But I have one error. In frmprint form it shows an error that public frmprint (List....) inconsistent accessibility. Please help me..m
@Manimaran-xb9xn
@Manimaran-xb9xn 6 лет назад
i too have same error, how to solve it.
@ulvivaliyev2837
@ulvivaliyev2837 5 лет назад
I have this problem too. How can I fix ?
@arwaijaz
@arwaijaz 5 лет назад
same problem
@bagasaditya3670
@bagasaditya3670 3 года назад
How to get menu "reporting" ? Should install from NuGet? Or Extensions?
@asnmgl7887
@asnmgl7887 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-T60uw33fS04.html
@yobonez
@yobonez 2 года назад
When i want to add an object like you do at 8:12 i get "Object reference not set to an instance of an object" messagebox from visual studio. Any ideas?
@yunisahmed4772
@yunisahmed4772 6 лет назад
Starting today Nov.12,2017 I will following all your lessons in C# , you are the best Teacher . I am following you from Yemen.
@OoOo-yh5iw
@OoOo-yh5iw 6 месяцев назад
Where has the level reached? are you continuing?
@AbdullahAlSalem_abood
@AbdullahAlSalem_abood 4 года назад
I have error A data source instance has not been supplied for the data source 'ds'.
@foxlearn
@foxlearn 4 года назад
You should create a dataset, then add a datasource to your form
@akmadaliabdul1857
@akmadaliabdul1857 2 года назад
Sir, all are functioning except datetime, if click the print button, der is an error pointing to dateTime.. What will i do sir. Please responce
@bindiyavaja
@bindiyavaja 2 года назад
I do same code as above but in report value not display why?
@nayyeryousafi4124
@nayyeryousafi4124 3 года назад
thanks it is working ... but i have an question , how i can used multi table in one dataset and also used in the report i have an error please explain
@foxlearn
@foxlearn 3 года назад
OK. Thank you for your suggestion. I'll upload soon
@ChandraABJKL
@ChandraABJKL 6 лет назад
I followed every step of this video yet receiptBindingSource at 12:30 mark still resulting an error for me can anybody help please?
@tanushridoiphode5701
@tanushridoiphode5701 5 лет назад
Hi im getting this error. An unhandled exception of type 'System.FormatException' occured in mscorlib.dll Additional info:input string was not in correct format.plz help me ASAP.
@foxlearn
@foxlearn 5 лет назад
Please check your code again. i think you miss something
@francisalcantara5275
@francisalcantara5275 3 года назад
Please help, when I hit Print it displays "A data source instance has not been supplied for the data source 'ds'.".
@lhedsxt9483
@lhedsxt9483 Год назад
Have you fixed your problem sir? How did you solve it?
@musicvideo686
@musicvideo686 5 лет назад
public frmPrint(List datasource,string total,string cash,string change,string date) (frmPrint ???? error show when i rebuild)
@foxlearn
@foxlearn 5 лет назад
I think you miss something. Please check your code again. thank you !
@musicvideo686
@musicvideo686 5 лет назад
@@foxlearn i got in class form missing public ty
@austriajericho9942
@austriajericho9942 3 года назад
Hello may i ask what is the code if i Add the same item it will only add the quantity Thanks.
@ridashifa3204
@ridashifa3204 2 года назад
while printing report in end, i am getting error that "input string not in correct format". followed all steps. please guide
@siddalingeshapatil8973
@siddalingeshapatil8973 7 лет назад
Report Viewer option not showing in Toolbox in Visual Studio 2015.
@kantokun12
@kantokun12 7 лет назад
stackoverflow.com/questions/38897493/report-viewer-tag-missing-in-toolbox-visual-studio-2015 When you open "program and feature", select "Microsoft Visual Studio Community 2015 with Updates"
@pds8475
@pds8475 4 года назад
Has anybody got this to work? When I change the public frmPrint line it gives me an error "Inconsistent accessibility: parameter type 'List ' is less accessible than method frmPrint.frmPrint(List,string,string,string,string)". The data source for dataGridView on form1 is receiptBindingSource and the report chosen for reportViewer on frmPrint is PrintReceiptDemo.rptReceipt.rdlc as they are in the video. When I go to type ReceiptBindingSource in frmPrint_Load it isn't on the list.
@foxlearn
@foxlearn 4 года назад
You should set public
@pds8475
@pds8475 4 года назад
@@foxlearn Right I have done that and also I if I put BindingSource ReceiptBindingSource = new BindingSource(); after the line string _total, _cash, _change, _date; in frmPrint then ReceiptBindingSource is in the list and it compiles okay. But when I run it and click print I get a message saying A data source instance has not been supplied for the data source 'ds'
@arifhossain7633
@arifhossain7633 6 лет назад
What is ReceptBindingSource..I didn't find it?
@waelmrabet6841
@waelmrabet6841 5 лет назад
You always give the best videos. thank you so much and god bless you.
@foxlearn
@foxlearn 5 лет назад
Thank you so much !
@pakistanzindabad8936
@pakistanzindabad8936 5 лет назад
When i am coding frmprint then i can't see the ReceiptBindingSource so please help us and not data show to select source to choose item please help me and when i show report then error in reports "A data source instance has not been supplied for the data source 'ds'"
@foxlearn
@foxlearn 5 лет назад
You need to add a bindingsource to your project. i think you miss something. please check again. thank you !
@alexissuarezalvarez5622
@alexissuarezalvarez5622 3 года назад
Excuse me miss gps, I'm looking for a way to use reports in c ++ with visual studio 2017. I'm new to c ++, do you know if you can? And do you have any reference to that?
@foxlearn
@foxlearn 3 года назад
Install report viewer
@alexissuarezalvarez5622
@alexissuarezalvarez5622 3 года назад
@@foxlearn Oh, thank you very much.
@jaffar1aayan
@jaffar1aayan 4 года назад
Please reply sooner
@what_up_gi
@what_up_gi 7 лет назад
Too bad this doesn't work with MySQL because of a bug with Stored Procedures. bugs.mysql.com/bug.php?id=44985 Anyway, great turtorial. Hope you do Crystal Report soon!
@foxlearn
@foxlearn 7 лет назад
Have you installed Entity.Framework for MySQL? Let's me check with mysql. Thank you !
@medo5730
@medo5730 7 лет назад
in minute 12:30 when setting the datasource property of the bindingsource my application says that the name of bindingsource does not exist in the current context.because we added it on form1 not on print form > i followed your steps , what should I have made wrong?
@foxlearn
@foxlearn 7 лет назад
Hi, You need to add a data source to your report, if your data source exists you can select it. Please try again. Thank you
@deshantharupathi
@deshantharupathi 3 года назад
I try this. Report not Binding Report Viewer
@foxlearn
@foxlearn 3 года назад
I think you missing somethig, please enter your datasource correctly
@HamzaAbaragh
@HamzaAbaragh 7 лет назад
What's the song's name playing in the background, please?
@foxlearn
@foxlearn 7 лет назад
Green Leaves, Cryin in my beer
@arm0rultimate539
@arm0rultimate539 2 года назад
Hi! Can you tell me how to do this if I have LocalDB, an internal visual studio database based on services?
@ezprogramming2084
@ezprogramming2084 2 года назад
Spectacular, really! Saved me from using form screenshot, .txt file or excel exportation for printing.
@makeru4024
@makeru4024 3 года назад
i cant set my data source as you do in the video. i cant see my solution in the object list. is there a way to solve this?
@princegyanbaidoo685
@princegyanbaidoo685 3 года назад
Hello
@princegyanbaidoo685
@princegyanbaidoo685 3 года назад
Can you help out with mine?
@aravinththangamani6232
@aravinththangamani6232 4 года назад
hi i saw my report in windows form, i need if i click enter button in keyboard report will print instead of mouse click print, can u please help me..
@foxlearn
@foxlearn 4 года назад
You should set accept button, or add event key press to your form
@aravinththangamani6232
@aravinththangamani6232 4 года назад
​@@foxlearn thanks a lot..your videos are best and easy to understand.Thanks..
@BestMehndiDesign
@BestMehndiDesign 6 лет назад
Can i get code?
@mahdisaleh.learning
@mahdisaleh.learning 7 лет назад
Thank you very much, very useful video !!
@rrkkss100
@rrkkss100 7 лет назад
I have got an error in Print button which is "The name frm does not exist in current context" in 'frm.ShowDialog();' please let me explain why it is so.
@markjervinvillanueva4595
@markjervinvillanueva4595 7 лет назад
what is wrong if i can't see the receiptBindingSource?
@enoc_CR22
@enoc_CR22 6 лет назад
Create a new report and save, then u go to frmPrint.cs and you choose the new report. thats it
@ulvivaliyev2837
@ulvivaliyev2837 5 лет назад
@@enoc_CR22 I do all you say, but it doesn't work. Can you help me please ?
@sachithsrimihiraj8865
@sachithsrimihiraj8865 5 лет назад
hi sir this is very useful tutorial, but i have some error in frmPrint form "this.reportViewer.LocalReport.SetParameters(para);" i cant find error, please help me.
@foxlearn
@foxlearn 5 лет назад
What error are you getting? thank you !
@jaffar1aayan
@jaffar1aayan 4 года назад
im Getting error on frmPrint - Inconsistent accessibility parameter type List. Please advise how to fix this error
@thatcj4263
@thatcj4263 4 года назад
make the receipt class public. As it's not accessible from the Print Form.
@syedaizazhasan7881
@syedaizazhasan7881 5 лет назад
i cant find report viewer in visual studio help
@foxlearn
@foxlearn 5 лет назад
You should install reportviewer. You can view this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-T60uw33fS04.html
@kuyapaultv980
@kuyapaultv980 7 лет назад
Sir can You help me P change is missing value
@nayyeryousafi4124
@nayyeryousafi4124 3 года назад
Please reply me
@foxlearn
@foxlearn 3 года назад
Replied
@junaidmalik660
@junaidmalik660 7 лет назад
thanks, a big fan of your channel, stay blessed (Y)
@johnpaulmaglunob9783
@johnpaulmaglunob9783 7 лет назад
how to reset the total for new transaction?
@tiaocrus
@tiaocrus 5 лет назад
@Fox Learn at 6:21 you have option Reporting i dont and I dont know where you can download this option.
@foxlearn
@foxlearn 5 лет назад
You can view this video ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-mXdy8ktIRyA.html or ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-T60uw33fS04.html . To know how to download report viewer for visual studio. Thank you !
@tiaocrus
@tiaocrus 5 лет назад
@@foxlearn tnx
@waleedahmad2477
@waleedahmad2477 7 лет назад
i have a receipt but ill create in (PrintDocument) in c#,, How can i customize the paper size in PrintDocument please?
@foxlearn
@foxlearn 7 лет назад
Hi, You can reference msdn.microsoft.com/en-us/library/system.drawing.printing.pagesettings.papersize(v=vs.110).aspx . Thank you
@yada294
@yada294 4 года назад
ReceiptBindingSource shows error, please i checked ur site i still dont get it, just tell me that step please
@pascalodudigbo3760
@pascalodudigbo3760 3 года назад
Did you find solution?
@yada294
@yada294 3 года назад
@@pascalodudigbo3760 yeah but i dont remember how ifixed it buddy sorry, i think i had do install report view and i used a wrong option while creating the project, sorry again it was a long time ago
@mohamedselim7635
@mohamedselim7635 4 года назад
Thanks alot , wanna more videos like this bro ♥️♥️
@mhfchannel960
@mhfchannel960 5 лет назад
Everything is ok, By recieptBindingSource does not show in frmPrint.cs.I need help my project vb.net2017
@foxlearn
@foxlearn 5 лет назад
You need to add a binding source to the receipt class
@mhfchannel960
@mhfchannel960 5 лет назад
Already it also added reciept class, but it does not(not showing recieptBindingSource) work frmprint.cs code. Please,help me to send source code my emai-mhfarhad54@gmail.com.I will be happy for your cooperate.
@mhfchannel960
@mhfchannel960 5 лет назад
Already it also added reciept class, but it does not(not showing recieptBindingSource) work frmprint.cs code. Please,help me to send source code my emai-mhfarhad54@gmail.com.I will be happy for your cooperate.
@namnntt
@namnntt 5 лет назад
You must add two Report, set Dataset in each Report and binding to recpited Object, back printform and select one of them Then you'll see binding in printform control container , delete report no Binding. I don't know why but VS 2017 so weird
@007hjgib
@007hjgib 4 года назад
@@namnntt did ur project work ..I am facing data source instance has not been supplied error
@Ahmad_Hamdy_Hamdeen
@Ahmad_Hamdy_Hamdeen 5 лет назад
A lot of thanks Can i print it Without preview of Page?
@foxlearn
@foxlearn 5 лет назад
Yes, you can do that. I'll try to update the tutorial as soon as possible !
@yasmeentahir5842
@yasmeentahir5842 6 лет назад
can you send the source code
@bilalgurani8328
@bilalgurani8328 5 лет назад
Send me source code
@waleedahmad2477
@waleedahmad2477 7 лет назад
receipt is very good.. but i want to how.. how to print it. with a printer.. kindly tell me
@foxlearn
@foxlearn 7 лет назад
Hi, You can clink on the print button to print a report. Connect printer to your computer, then you can print
@waleedahmad2477
@waleedahmad2477 7 лет назад
ok. I'll try.. thanks alot.. you are very helpful.. keep it up.. 👌
@rahul.sharma
@rahul.sharma 7 лет назад
how to save grid's data (all rows of data) as a single order ID in database...Plz help
@foxlearn
@foxlearn 7 лет назад
Hi, You mean save order details, orders?
@rahul.sharma
@rahul.sharma 7 лет назад
yes plz help
@rahul.sharma
@rahul.sharma 7 лет назад
Fox Learn yes plz help
@AbdullahAlSalem_abood
@AbdullahAlSalem_abood 4 года назад
I have some errors with Report Viewer !
@AbdullahAlSalem_abood
@AbdullahAlSalem_abood 4 года назад
Failed create component 'Report Viewer'
@foxlearn
@foxlearn 4 года назад
You should install report viewer for visual studio, then install from nuget manage packages. please try to again. thank you !
@animalia.shorts
@animalia.shorts 7 лет назад
tnq. plz make some video on crystal report..
@foxlearn
@foxlearn 7 лет назад
Thank you for your suggestion. I'll make soon !
@ameersultan1754
@ameersultan1754 7 лет назад
hy can i use this code for thermal printer. i am making store system.
@foxlearn
@foxlearn 7 лет назад
Yes, I think you can use
@ameersultan1754
@ameersultan1754 7 лет назад
thanks for reply.please send me source code to:sultanameer799@gmail.com
@emmysmith8960
@emmysmith8960 5 лет назад
hi nice stuff , pls can the printout receipt fit in thermal printer thanks
@foxlearn
@foxlearn 5 лет назад
OK. Thank you for your suggestion. I'll update soon !
@AmyLeeGreatestFan
@AmyLeeGreatestFan 7 лет назад
How are you calling ReceiptBindingSource in frm_print while the gridview1 is in another form. Somehow eveytime i pass receiptbindingsource.datasource as List it gives out a NULL list which there is a count of 4 or 10 or whatever in the receiptbindingsource
@foxlearn
@foxlearn 7 лет назад
The ReceiptBindingSource is automatically generated when you add the bindingsource to the datagridview
@BeAsT123QQ
@BeAsT123QQ 6 лет назад
how to do that ?
@BeAsT123QQ
@BeAsT123QQ 6 лет назад
I did that but still gives me an error, please help
@bilalgurani8328
@bilalgurani8328 5 лет назад
Hey bro I'm getting an error when I click on print button its shows 'data source instance han not been supplied for the data source 'ds'. Please tell me how to solve it. Thank you
@foxlearn
@foxlearn 5 лет назад
Have you created a ds variable? i think you should create a dataset, then add dataset to your report datasource
@bilalgurani8328
@bilalgurani8328 5 лет назад
Fox Learn yes I have created ds variable and even I have set the dataset plzzz send me your email address.
@amanurrehmansandhu4963
@amanurrehmansandhu4963 5 лет назад
hey Brother , Did U find solution of this Problem
@007hjgib
@007hjgib 4 года назад
Hey did you find the solution of this problem I am facing the same problem
@bhanupriyanka7776
@bhanupriyanka7776 6 лет назад
sir , i can't see the receiptBindingSource. in print from plz help me
@junaidmalik660
@junaidmalik660 5 лет назад
ReportDataSource source = new ReportDataSource("ds", _list); reportViewer.LocalReport.DataSources.Clear(); reportViewer.LocalReport.DataSources.Add(source); USE ABOVE CODE INSTEAD
@d-rFarcos
@d-rFarcos 4 года назад
++
@foxlearn
@foxlearn 4 года назад
Thank you !
@ShampooWow
@ShampooWow 8 лет назад
Awesome video! I like it
@foxlearn
@foxlearn 8 лет назад
Thank you so much :)
@pakistanzindabad8936
@pakistanzindabad8936 5 лет назад
When i am coding frmprint then i can't see the ReceiptBindingSource so please help us and not data show to select source to choose item please help me
@foxlearn
@foxlearn 5 лет назад
You need to add a bindingsource to your project
@pakistanzindabad8936
@pakistanzindabad8936 5 лет назад
@@foxlearn Dear I am viewing this video 15 times but I am bind the rdlc report to report view then not show down side bindingdatasource so please share the other procedure the binding report to report viewer because I m new programmer please help me I am confuse.
@foxlearn
@foxlearn 5 лет назад
The stored procedure i've showed in this video, please create a stored procedure. then do the same way i show
@pakistanzindabad8936
@pakistanzindabad8936 5 лет назад
Sir sale invoice print datagridview and some textbox value display in rdlc report running mode so help me plz thanks for your corportion
@meharshaam92
@meharshaam92 7 лет назад
Hi fox learn i want some help i am getting error on print method that your input string was not in correct method.date time format create this exception.i write same code as written in tutorial .Waiting for response
@foxlearn
@foxlearn 7 лет назад
Sent. Please check your email. thank you
@meharshaam92
@meharshaam92 7 лет назад
thnx
@ridashifa3204
@ridashifa3204 2 года назад
please guide. how it fixed
@radhikaa9110
@radhikaa9110 7 лет назад
send this program coding sir many error occurs
@foxlearn
@foxlearn 7 лет назад
Sent. Please check your email. Thank you
@Niltoncarlosfilipe
@Niltoncarlosfilipe 5 лет назад
i thank you so mutch for this, it help me more than you could imagen
@foxlearn
@foxlearn 5 лет назад
You're welcome. Thank you !
@nusrat768
@nusrat768 5 лет назад
Can you please send the code✨
@foxlearn
@foxlearn 5 лет назад
You can find source code at foxlearn.com .Thank you !
@amanurrehmansandhu4963
@amanurrehmansandhu4963 5 лет назад
receiptBindingSource Problem Can also be solved by Going to ReportViewer Properties and then databinding than select your dataSource. Hope that it would be helpful.
@junaidmalik660
@junaidmalik660 5 лет назад
ReportDataSource source = new ReportDataSource("ds", _list); reportViewer.LocalReport.DataSources.Clear(); reportViewer.LocalReport.DataSources.Add(source); USE ABOVE CODE INSTEAD
@rosalvabarreto
@rosalvabarreto 3 года назад
@@junaidmalik660 Thankyou!!! It's working for me!
@junaidmalik660
@junaidmalik660 3 года назад
@@rosalvabarreto good to know :)
@dandysyaiban
@dandysyaiban 7 лет назад
how to print the results in the listbox
@foxlearn
@foxlearn 7 лет назад
OK. Thank you for your suggestion. I'll make tutorial on this soon
@dandysyaiban
@dandysyaiban 7 лет назад
Ok.. Thanks
@aizazhussain247
@aizazhussain247 7 лет назад
Hi, will it be also valid for thermal printing
@junaidmalik660
@junaidmalik660 3 года назад
Yes it works for thermal printing i am using it at multiple stores
@businessbankadmin6004
@businessbankadmin6004 7 лет назад
Thank you can you send me source code
@foxlearn
@foxlearn 7 лет назад
You're welcome. Thank you so much
@husseinbasil2494
@husseinbasil2494 6 лет назад
Hi Fox . Can You Send me The Code "Thank You"
@husseinbasil2494
@husseinbasil2494 6 лет назад
husseinbasil8@gmail.com
@tiaocrus
@tiaocrus 5 лет назад
hello where to get Reporting in new class option? thanks
@foxlearn
@foxlearn 5 лет назад
What do you mean? can you describe more details. Thank you !
@tiaocrus
@tiaocrus 5 лет назад
@@foxlearn at 6:21 you have option Reporting i dont and I dont know where you can download this option.
@tiaocrus
@tiaocrus 5 лет назад
@@foxlearn Can you pls answer quick? Thanks.
@MDARIF-yo3tq
@MDARIF-yo3tq 5 лет назад
how can i directly print the gridview content instead of using recept class
@foxlearn
@foxlearn 5 лет назад
OK. Thank you for your suggestion !
@tiaocrus
@tiaocrus 5 лет назад
Hello im trying to ReceiptBindingSource and i dont know how to connect Binding that it will work pls make a short video about that because i see alot of people have same issue. Thanks
@junaidmalik660
@junaidmalik660 5 лет назад
ReportDataSource source = new ReportDataSource("ds", _list); reportViewer.LocalReport.DataSources.Clear(); reportViewer.LocalReport.DataSources.Add(source); USE ABOVE CODE INSTEAD
@McDADDyK
@McDADDyK 3 года назад
@@junaidmalik660 Where?
@junaidmalik660
@junaidmalik660 3 года назад
@@McDADDyK I don't remember the exact class name. But the place where you bind the datasource. I'll tell you the exact place tomorrow
@Angelo1969s
@Angelo1969s 8 лет назад
thank you ! Grazie mille molto utile!!
@foxlearn
@foxlearn 8 лет назад
Thank you :)
@bryanlim4486
@bryanlim4486 7 лет назад
Crystal Report tutorial maam thanks
@foxlearn
@foxlearn 7 лет назад
OK. Thank you for your suggestion. I'll make the tutorial soon
@bryanlim4486
@bryanlim4486 7 лет назад
thanks maam we will wait for that tutorial thanks
@rhanieljaboyanon4673
@rhanieljaboyanon4673 6 лет назад
source code please?
@foxlearn
@foxlearn 6 лет назад
You can find the source code at foxlearn.com . post your problem at c-sharpcode.com .i'll try to answer your question as soon as possible. Thank you & Don't forget to subscribe to my channel !
@mateensadiq1379
@mateensadiq1379 3 года назад
like always amazing tutorial
@foxlearn
@foxlearn 3 года назад
Thank you !
@yaqoopal-yafei7213
@yaqoopal-yafei7213 7 лет назад
Thanks for this video it's fantastic
@foxlearn
@foxlearn 7 лет назад
Thank you so much !
@MartinFlores-en5in
@MartinFlores-en5in 7 лет назад
love u baby
@foxlearn
@foxlearn 7 лет назад
Thank you
Далее
C# Tutorial - Generate Serial/License Key | FoxLearn
6:17
КВН 2024 Встреча выпускников
2:00:41
DevExpress Tutorial - Print Invoice | FoxLearn
31:32
Просмотров 139 тыс.
how to create Fees Receipt System in C#
11:59
Просмотров 29 тыс.
How to Create RDLC reports in C# with MS SQL Server
15:53
Learn JSON in 10 Minutes
12:00
Просмотров 3,2 млн
The Difference Between "C" Languages in 90 seconds
1:40
Learning C# In A Week... Otherwise I Fail University
9:04