Search found 4 matches

by nitin.sharma870
Wed May 19, 2021 5:29 am
Forum: Stimulsoft Reports.NET
Topic: Rice Textbox values not getting printed on MRT
Replies: 3
Views: 2491

Re: Rice Textbox values not getting printed on MRT

Hi Team,

We have also tried generating the PDF through C#(.Net core 2.1) code using following lines:

report.ExportDocument(StiExportFormat.Pdf, tempPath);

but still it is not getting rendered.

Is it not supported in C# version as well?
by nitin.sharma870
Thu May 06, 2021 9:22 am
Forum: Stimulsoft Reports.NET
Topic: Rice Textbox values not getting printed on MRT
Replies: 3
Views: 2491

Rice Textbox values not getting printed on MRT

Dear Support Team, We have noticed that when we try to display the rich text box on browser with viewer it gets rendered incorrectly and also when we download it in pdf format it’s not getting rendered. We have also tried generating the PDF through C# code using following lines: report.ExportDocumen...
by nitin.sharma870
Mon Oct 26, 2020 1:43 pm
Forum: Stimulsoft Reports.NET
Topic: Bind Variable type (as object ) in report
Replies: 1
Views: 778

Bind Variable type (as object ) in report

Hi, I have a dynamic object on C#. dynamic data = new {REG = new {Gender="male"}}); report["myvariable"]=data ; In MRT I have a variable ("myvariable") as object type but I am not able to show the value of Gender property on the label. referring value on MRT as : {myvar...
by nitin.sharma870
Wed May 15, 2019 2:06 pm
Forum: Stimulsoft Reports.NET
Topic: JSON Data Source
Replies: 1
Views: 757

JSON Data Source

How to pass the JSON data source to report in C# dontet 4.5. I just found the below code that first converts the JSON data to DataSet and then registers with the report. DataSet data = StiJsonToDataSetConverter.GetDataSetFromFile("//Demo.json"); Is there any way that we can directly pass t...