Search found 70 matches

by Naveen Aggarwal
Thu Oct 06, 2022 12:27 am
Forum: Stimulsoft Reports.NET
Topic: How to use MySqlConnector instead of MySql.Data
Replies: 11
Views: 4033

Re: How to use MySqlConnector instead of MySql.Data

Hello sir,
I am using Stimulsoft Ultimate 2020.1.
I will be using the report in a winform project targeted at dot net 4.7.2.
Thanks,
by Naveen Aggarwal
Wed Oct 05, 2022 6:45 am
Forum: Stimulsoft Reports.NET
Topic: How to use MySqlConnector instead of MySql.Data
Replies: 11
Views: 4033

Re: How to use MySqlConnector instead of MySql.Data

Hello, You can create your own MySql data adapter based on that connector. The sample of the custom adapter in the attachment. Thank you. Hello Sir, I have created the data adapter based on MySqlConnector using the project shared in the post. There are two problems: Although I used MySqlConnector i...
by Naveen Aggarwal
Thu Mar 20, 2014 3:42 pm
Forum: Stimulsoft Reports.NET
Topic: Problem in generating report (very urgent)
Replies: 6
Views: 2273

Re: Problem in generating report (very urgent)

Thanks a lot for your reply sir !!

Kindly refer to my previous post. I did go through the MSDN library, read about setting up relations in datasets.
Wrote the code accordingly but result remains the same.

Regards !!

Naveen
by Naveen Aggarwal
Wed Mar 19, 2014 1:54 pm
Forum: Stimulsoft Reports.NET
Topic: Problem in generating report (very urgent)
Replies: 6
Views: 2273

Re: Problem in generating report (very urgent)

I have written the following code to set all the relations in the dataset and register the dataset, still the result is same. I am not getting the desired output. The code goes as follows : cmd3.Connection = cn cmd3.Parameters.Clear() cmd3.CommandText = "SELECT s.sno, s.sname, s.fname, s.mname,...
by Naveen Aggarwal
Wed Mar 19, 2014 12:21 pm
Forum: Stimulsoft Reports.NET
Topic: Problem in generating report (very urgent)
Replies: 6
Views: 2273

Re: Problem in generating report (very urgent)

Thanks a lot for the reply sir. I shall be highly thankful, if you can help me more on this issue. 1. As you mentioned "It's enough to set all relations in this data set and then to register it in the report.", kindly let me know, how to do that. I haven't done it so far. I searched the fo...
by Naveen Aggarwal
Tue Mar 18, 2014 4:36 pm
Forum: Stimulsoft Reports.NET
Topic: Problem in generating report (very urgent)
Replies: 6
Views: 2273

Problem in generating report (very urgent)

Hi ! I am trying to design a master-detail report using sub reports. I have setup 4 data sources namely student, term1,term2 and term1and2 and setup relations between student and term1, student and term2 , student and term1and2. When i preview the report, i get perfect output but when i run the repo...
by Naveen Aggarwal
Tue Mar 04, 2014 2:06 am
Forum: Stimulsoft Reports.NET
Topic: Setting horizontal direction of a component programatically
Replies: 7
Views: 3164

Re: Setting horizontal direction of a component programatica

Thanks a lot for your reply sir !

Kindly let me know what should i do in case of a text component ?

Best Regards !!

Naveen
by Naveen Aggarwal
Fri Feb 28, 2014 3:34 pm
Forum: Stimulsoft Reports.NET
Topic: Setting horizontal direction of a component programatically
Replies: 7
Views: 3164

Re: Setting horizontal direction of a component programatica

I just want to change the horizontal direction of a component say Text or crosstab at run time. For example, I have setup the horizontal direction of a crosstab to centre at design time but for some reason, i want to change the horizontal direction to width in my vb.net code. Kindly let me know, if ...
by Naveen Aggarwal
Fri Feb 28, 2014 2:43 am
Forum: Stimulsoft Reports.NET
Topic: Regarding crosstabs
Replies: 5
Views: 2504

Regarding crosstabs

I have designed a report with page orientation set as portrait at design time. The report typically has a crosstab with horizontal direction set at width. Crosstab renders properly when if i dont change the orientation of report at run time. When i change the orientation to landscape at run time, th...
by Naveen Aggarwal
Fri Feb 28, 2014 2:37 am
Forum: Stimulsoft Reports.NET
Topic: Setting horizontal direction of a component programatically
Replies: 7
Views: 3164

Setting horizontal direction of a component programatically

Kindly let me know the code for setting horizontal direction of a component (including crosstab) programmatically.
I tried to use report.GetComponentByName("Text1") but didn't find any property/method to set the horizontal direction.

Best Regards !

Naveen