Search found 3 matches

by andreubatuba
Fri Feb 10, 2023 8:09 pm
Forum: Stimulsoft Reports.WEB
Topic: Changing the structure of a table dynamically
Replies: 1
Views: 683

Changing the structure of a table dynamically

Hi, I would like to manipulate a table dynamically. Like, for example, adding or removing rows, hiding columns, etc. I tried using the code below in the report's Redenring event: Table1.InsertColumnToLeft(0); Table1_Cell1.TextValue = "Test"; However, nothing happened when previewing. What ...
by andreubatuba
Wed Dec 28, 2022 10:46 am
Forum: Stimulsoft Reports.WEB
Topic: Custom component + SubReport.UseExternalReport
Replies: 7
Views: 3916

Re: Custom component + SubReport.UseExternalReport

Hello, I would like to ask if now, in 2022, it is still not possible to use custom components in Reports.Web.

Thanks
by andreubatuba
Thu Sep 16, 2021 4:30 pm
Forum: Stimulsoft Reports.WEB
Topic: Adding headers to OData requests
Replies: 1
Views: 1729

Adding headers to OData requests

Hello, I'm developing a .Net application with Stimulsoft accessing the data source of an OData service.
I would like to know how to add information in the OData request header.
Thanks