I am using a dataset from LINQ and thus as in LINQ the linked tables are represented as well although I am unable to access their fields only the foreignkey.value I am unable to drill into the object fields like a normal LINQ .
Does anyone know if this is possible.
Example
It seems that I did not explain enough so let me try to better explain. I have a class STranline (Stock Tranline) one of the fields that is available is Stock (another class) although when in the report designer Stock is available , I have no option to see what fields are available in stock.Such as Stock.StkCode or Stock.StkDesc these are some examples which will hopefully clarify what I am trying to do if it is actually possible in the first place.