Search found 9 matches

by faraz_nazem
Sat Mar 12, 2022 8:51 pm
Forum: Stimulsoft Reports.WEB
Topic: Reports.Report.DataBusinessObject does not contain a definition for 'BeginRender' Error
Replies: 2
Views: 833

Re: Reports.Report.DataBusinessObject does not contain a definition for 'BeginRender' Error

this report worked correctly in StimulSoft Designer 2020.5.2.
I only updated to 2022.1.1 and now i get this errors.
also if update to 2021.* i get this errors.
by faraz_nazem
Sat Mar 12, 2022 1:41 pm
Forum: Stimulsoft Reports.WEB
Topic: Reports.Report.DataBusinessObject does not contain a definition for 'BeginRender' Error
Replies: 2
Views: 833

Reports.Report.DataBusinessObject does not contain a definition for 'BeginRender' Error

Hi, I'm creating new report and i get this error and i confused. The error of compilation The error of compilation is found in the 'Report' report: 'Reports.Report.DataBusinessObject' does not contain a definition for 'BeginRender' and no extension method 'BeginRender' accepting a first argument of ...
by faraz_nazem
Wed Jan 22, 2020 8:49 am
Forum: Stimulsoft Reports.WEB
Topic: How to send parameter to GetReport action?
Replies: 1
Views: 2436

How to send parameter to GetReport action?

hi, i'm using net core 3.1 and stimulsoft report 2020 i have report controller in unit area like this: [Area("Unit")] public class ReportController : Controller { public IActionResult View1(int id) { return View(); } public IActionResult GetReport(int id) { // some logic } public IActionRe...
by faraz_nazem
Wed Aug 14, 2019 10:20 am
Forum: Stimulsoft Ultimate
Topic: problem with custom paper size
Replies: 1
Views: 1513

problem with custom paper size

hi, I have a problem with custom paper size pages, I set page properties like below: Orientation= Landscape Paper size = custom Height = 8.2 cm Width = 16.2 cm and design my report , in preview mode it seems correct but when i print it, printed page is not correct. Stimulsoft report ultimate 2019.2....
by faraz_nazem
Sun Mar 05, 2017 9:23 am
Forum: Stimulsoft Reports.Silverlight
Topic: sum of previous page
Replies: 5
Views: 14519

Re: sum of previous page

HighAley wrote:Hello.

You could read about it in our Knowledge Base http://stimulsoft.helpserve.com/index.p ... icleid=329

Thank you.

the link is broken , please fix it.
by faraz_nazem
Mon Feb 06, 2017 10:37 am
Forum: Stimulsoft Reports.NET
Topic: How to set GroupHeaderBand.Condition.Value?
Replies: 1
Views: 1387

How to set GroupHeaderBand.Condition.Value?

Hi, I am try to set GroupHeaderBand.Condition from my business object property in GroupHeaderBand.Begin Render event like this: GroupHeaderBand2.Condition.Value = "{BusinessObject.Property}"; or GroupHeaderBand2.Condition= new StiGroupConditionExpression("{BusinessObject.Property}&quo...
by faraz_nazem
Sat Nov 05, 2016 9:44 am
Forum: Stimulsoft Reports.NET
Topic: How to Hide blank pages in report?
Replies: 5
Views: 4087

Re: How to Hide blank pages in report?

Thank you,
it works fine :)
by faraz_nazem
Wed Nov 02, 2016 12:50 pm
Forum: Stimulsoft Reports.NET
Topic: How to Hide blank pages in report?
Replies: 5
Views: 4087

Re: How to Hide blank pages in report?

Hi,
I'm sorry I'm late reply.
in this report, i want to invisible each page if related property is null.
by faraz_nazem
Sat Sep 24, 2016 5:00 pm
Forum: Stimulsoft Reports.NET
Topic: How to Hide blank pages in report?
Replies: 5
Views: 4087

How to Hide blank pages in report?

hi, I have a business object like this: public class MyDocuments { public string Fname { get; set; } public string Lname { get; set; } . . . public byte[] Image1{ get; set; } public byte[] Image2 { get; set; } public byte[] Image3 { get; set; } . . . public byte[] ImageN { get; set; } } I have a rep...