Item Management
To enable the ability to manage items directly from the report ensure that the report returns the [ItemCore].[ItemID] column.
If the item identifier is required to be displayed in the report return this with a different column name for example
[ItemCore].[ItemID] AS [Item ID]
[ItemCore].[ItemID] AS [Item Identifier]