Search found 6 matches

by Kiyaksar
Mon Oct 18, 2021 1:04 pm
Forum: Stimulsoft Reports.Flex
Topic: Connection/data source from local SQL Server
Replies: 7
Views: 18573

Re: Connection/data source from local SQL Server

Thanks for your answer As you see below the first one is the connection string I used in WPF c#, and the other one I used in stimulsoft. it works correctly; but when I transfer my database from SQL server to SQL express and I move MDF and LDF files to debug folder of the project to create a setup fi...
by Kiyaksar
Sun Oct 17, 2021 8:25 pm
Forum: Stimulsoft Reports.Flex
Topic: Connection/data source from local SQL Server
Replies: 7
Views: 18573

SQL Connection String

Hi everyone... I have made my WPF project reports by stimulsoft reports with this SQL server connection string (Data Source=.;Initial Catalog=DBNBO;Integrated Security=True;), I want to make a setup file for my project by Advanced Installer program for this purpose I have transferred my database to ...
by Kiyaksar
Fri Aug 20, 2021 11:01 am
Forum: Stimulsoft Reports.NET
Topic: Changing sort during runtime
Replies: 9
Views: 5122

Re: Changing sort during runtime

Where should we write the code:
DataBand1.Sort = new string[2]
{
"ASC",
"Name"
};
by Kiyaksar
Mon May 03, 2021 8:05 am
Forum: Stimulsoft Reports.WEB
Topic: Clustered Bar Chart - Show values as percentages of total
Replies: 7
Views: 4283

Re: Clustered Bar Chart - Show values as percentages of total

please help me
Explain more clearly number 4 in your Description,
this problem took me one week, but I couldn't solve it. What do u mean of 'DataDataset', where do I have to put this expression?
I have 3 columns (Mnth, DynamicCol, Counting) the third one is int and other columns are string
by Kiyaksar
Sat May 01, 2021 5:58 pm
Forum: Stimulsoft Reports.WEB
Topic: Clustered Bar Chart - Show values as percentages of total
Replies: 7
Views: 4283

Re: Clustered Bar Chart - Show values as percentages of total

Hi,
I have the same problem,
Can you help me with an example or video tutorial?
thanks