Webinar - 25th Jun 2026, 10:00 AM ET
Live Webinar: Embedding Reports in React Apps: A Complete Developer's Guide

10:00 AM ET
22nd Sep, 2026

Ready to Migrate Crystal Reports?
Schedule a Migration CallPlanning your SSRS migration?
Book a Migration ConsultationProduct
INTEGRATE
REPORTING CAPABILITIES
QUICK LINKS
Demos
Migrate
Solutions
Resources
To improve the categories listing based on user permission in Bold Reports® Server, we made the notable changes with `GetItems` action in Bold Reports External Server Controller.
| Old code snippet | New code snippet |
|---|---|
| public override List<CatalogItem> GetItems(string folderName, ItemTypeEnum type) { <Your Implementation> } | public override List<CatalogItem> GetItems(string folderName, ItemTypeEnum type, string permissionType) { <Your Implementation> } |