Release Announcement: Bold Reports 10.1.11 has arrived! Explore the latest features here.
Platform
Demo
Learning & Support
Company
Platform
Demo
Learning & Support
Company
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> } |