Hi Techies,
I am developing a SSRS report to display year-wise fixed asset depreciation.
I need to fetch value from below form which can be navigated like - Fixed assets->Books->Profile. I need to get sum of 'Depreciation' for selected year(Date column) for each fixed asset. The table used behind is TmpDateSum

I found it is used in AssetCardDP class, it's setting and retrieving the data as per my requirement.

Whereas, when I try to use 'AssetInitDepreciationProfile::newFromBookDate(assetBook) in my DP class, it's giving error - It's protected method and can only called from methods in AssetInitiDepreciationProfile class.
Is there any other way by which I can fetch the Depreciation values or data from TmpDateSum.
Can anyone help if have developed/worked on this before.
Any response is appreciated.
Thank you in advance!