Hi,
First time get on this forum. Hope to get an answer with a CR .net SDK question.
I am trying to find a way to programatically determine if a table field has been used in a report rpt file. I was trying to use a method called useCount() inherited from the fieldDefinition class. But the useCount of any given field always shows 1 no matter if it really used in the report or not. Somewhere on the BO site tells me this useCount property has been deprecated. I have looked all over the SDK for a replacement method to do the same thing. No luck so far! Is there anyone know how else would I accomplish this without using the useCount property?
thanks in advance
First time get on this forum. Hope to get an answer with a CR .net SDK question.
I am trying to find a way to programatically determine if a table field has been used in a report rpt file. I was trying to use a method called useCount() inherited from the fieldDefinition class. But the useCount of any given field always shows 1 no matter if it really used in the report or not. Somewhere on the BO site tells me this useCount property has been deprecated. I have looked all over the SDK for a replacement method to do the same thing. No luck so far! Is there anyone know how else would I accomplish this without using the useCount property?
thanks in advance