Release Announcement: Bold Reports 14.1.12 has arrived! Explore the latest features here.
Ready to Migrate Crystal Reports?
Schedule a Migration CallProduct
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> } |