Search found 68 matches

by d-hcelik
Wed Apr 21, 2021 6:10 am
Forum: Stimulsoft Dashboards.JS
Topic: Enabled false component cause empty area
Replies: 9
Views: 3841

Re: Enabled false component cause empty area

I can't because this is privacy template.We have stimulsoft licence but template and data is privacy.

My case is simple.If I set enabled false of any text to false it hide that text but it cause empty area.
by d-hcelik
Tue Apr 20, 2021 1:10 pm
Forum: Stimulsoft Dashboards.JS
Topic: Enabled false component cause empty area
Replies: 9
Views: 3841

Enabled false component cause empty area

Hi
In report some area of report should be invisible,I create condition and this areas going hide but it generate empty area
How can I handle this?Emtpy area is problem
by d-hcelik
Thu Apr 08, 2021 12:37 pm
Forum: Stimulsoft Dashboards.JS
Topic: Empty area in report view
Replies: 2
Views: 2563

Re: Empty area in report view

the next page does not fill the blank space on the previous page.All page should fill the blank space of previous pages,I have many pages tab in report
by d-hcelik
Thu Apr 08, 2021 12:33 pm
Forum: Stimulsoft Dashboards.JS
Topic: Empty area in report view
Replies: 2
Views: 2563

Empty area in report view

Hi
I am using js designer.exe tool to generate a report with dynamic data..Some times some area get more bigger because of data from database.In this case I see empty areas.How can I handle this?
I don't want empty area

Image
by d-hcelik
Mon Mar 29, 2021 2:45 pm
Forum: Stimulsoft Dashboards.JS
Topic: add images from local path dynamically
Replies: 2
Views: 2934

Re: add images from local path dynamically

convert image to base64 is work very well
by d-hcelik
Mon Mar 29, 2021 7:46 am
Forum: Stimulsoft Dashboards.JS
Topic: add images from local path dynamically
Replies: 2
Views: 2934

add images from local path dynamically

Hi in stimulsoft report tool I add databand and image in my datasource there is link like this dataItem.raporGorselleri[1].dosyaYolu="C:\\TEMP\\takyidatFoto_5080EXPT16000963_0.jpeg"; but it does not show image I tried this but it still does not show image dataItem.raporGorselleri[1].dosyaY...
by d-hcelik
Wed Mar 24, 2021 7:46 am
Forum: Stimulsoft Dashboards.JS
Topic: Databand with masterband not work correct
Replies: 4
Views: 3120

Databand with masterband not work correct

hi
I have 2 databand.One is main object(category and other properties) other is sub object(only products in that category)

I add new relation in Data Relation
I set master component but main databand only show object who has products but some time some category has not products
by d-hcelik
Mon Mar 22, 2021 6:49 am
Forum: Stimulsoft Reports.NET
Topic: using .json extension in c# istead of .mrt files extension
Replies: 1
Views: 690

using .json extension in c# istead of .mrt files extension

Hi
in c# .net can I use .json extension instead of .mrt ?
I am using report.Load("c:\\temp\\x.mrt") but I want to using it report.Load("c:\\temp\\x.json") because we only access .json files