Search found 18 matches

by ercan
Thu Jun 06, 2019 9:32 am
Forum: Stimulsoft Reports.JS
Topic: (SOLVED) I couldnt set variable. where i am wrong?
Replies: 2
Views: 1073

(SOLVED) I couldnt set variable. where i am wrong?

I have a variable like this. https://i.imgur.com/L1MD2lz.jpg And i am trying to set it enable on report but I coldnt success on it. Where i am wrong? I have tried all way but no success. with @ without @, from variable, from direct... var report = new Stimulsoft.Report.StiReport(); // Load reports f...
by ercan
Fri May 31, 2019 8:56 am
Forum: Stimulsoft Reports.JS
Topic: Can I use same .mrt file for desktop and Web solution?
Replies: 1
Views: 901

Can I use same .mrt file for desktop and Web solution?

Hello,
Can I use same .mrt file for desktop and Web solution?
So javascript .mrt is json declared content but desktop is xml.
I can save desktop .mrt one by one as javascript but it is manual.
may I open and convert to json before serve to web environment?
by ercan
Fri May 10, 2019 9:50 am
Forum: Stimulsoft Reports.NET
Topic: Unnecessary padding problem with Allow HTML Tags
Replies: 1
Views: 967

Unnecessary padding problem with Allow HTML Tags

Hello, when I enable Allow HTML Tags on text object. And If I have <p> new paragraph tag Then the result has a padding of the top like an html web page. So instance of. I set the text object the top position is 129.94 and it will be print on 129.94. mm. from the top if I dont have any html tags. But...
by ercan
Tue May 07, 2019 11:06 am
Forum: Stimulsoft Reports.NET
Topic: I need to change printer and tray setting depending on every single page data.
Replies: 2
Views: 1502

Re: I need to change printer and tray setting depending on every single page data.

I found a solution. Im using this way but I'm not sure is it best practice : So I'm printing pages one by one from datasource not from printpreview. I'm not sure. var pageNumber = 1; foreach (DataRow dataRow in myTable.Rows) { PageSettings printerSettings =((PageSettings)GetSettings[dataRow[DataRowT...
by ercan
Tue May 07, 2019 10:31 am
Forum: Stimulsoft Reports.NET
Topic: I need to change printer and tray setting depending on every single page data.
Replies: 2
Views: 1502

I need to change printer and tray setting depending on every single page data.

I need to change printer and tray setting depending on every single page data. So example if I have that page content type is 1: I have to sent it to the FirstFloor printer. But if page content type is 2: I must be go to the printer SecondFloor printer. 3: must be go to the other printer. Can I mana...
by ercan
Thu Mar 14, 2019 8:03 am
Forum: Stimulsoft Reports.NET
Topic: I'm using Multiple template reports in one report. But bookmarks doesnt show.
Replies: 3
Views: 1227

I'm using Multiple template reports in one report. But bookmarks doesnt show.

Hello, I'm using that kind of code for join different type of reports in a one report. With this code I can join rendered pages in one report and show it. But I cant find any bookmarks on the target joined report object. Original reports has bookmarks in object interactions and without join it works...
by ercan
Thu Feb 07, 2019 8:45 am
Forum: Stimulsoft Reports.NET
Topic: Can I manage Printer Setting from report object?
Replies: 1
Views: 931

Can I manage Printer Setting from report object?

Can I manage Printer Setting from report object? Or What may I do for this? Example of I want to manage Printer Paper Source/tray settings in my program. I look the stiReport1.PrinterSettings but there is only PrinterName .. this settings: http://img.trilulilu.ro/covers/ercanacar/1549529070.jpg