Creating reports and dashboards | Stimulsoft community forum
Reporting tool and data analytics tools for creating reports and dashboards in ASP.NET, ASP.NET MVC, .NET Core, Blazor, Angular, PHP, Python, WPF, JavaScript, and Java applications.
hi, i'm new and fresh on stimulsoft report, i wish to generate a report which hide all the data in dataBand, but i don't want to disable it.
any working idea?
wayne7 wrote:hi, i'm new and fresh on stimulsoft report, i wish to generate a report which hide all the data in dataBand, but i don't want to disable it.
any working idea?
appreciate yours reply
Please, try to set the Enabled property to false in Designer or by code:
Wont the Enabled property also cause it to get disabled? He said he didnt want to disable it.
The way i found out to hide it completely and still keep the values from it was by reducing the height to 0. Yep, drag the bottom all the way til it touches the top or edit it manually on the propertes.
Brainstorm wrote:Wont the Enabled property also cause it to get disabled? He said he didnt want to disable it.
The way i found out to hide it completely and still keep the values from it was by reducing the height to 0. Yep, drag the bottom all the way til it touches the top or edit it manually on the propertes.
First time I didn't exactly understand the matter. Variant with null height is right in this case.