BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
Query |
Response | |
When a report is shown or exported, how can I hide/show the columns of a generated report |
If your case is to show/hide any columns based on your process of report viewing or report exporting then you can achieve your requirement by using this built in fields “Globals!RenderFormat.Name” to make condition in Column Visibility Expression while designing the report
Please find the snapshot traversing to Column Visibility Expression,
Please find the reference condition to set in visibility expression,
In the above expression “RPL” value will come when report is viewed hence you can modify the expression accordingly | |
Also, how can I hide/show with the headers and footers for a generated report.
|
No, We don’t have option to hide/show header and footer while exporting. We can decide whether header and footer needs to be visible or not while designing the report only. |