View Single Post
  #1 (permalink)  
Old 11-04-09, 10:06
rvr707 rvr707 is offline
Registered User
 
Join Date: Sep 2009
Posts: 87
Dynamic Fields Value

Is there a way to dynamically set the dataset fields value?
(e.g. =Fields!Item1.Value)

How can I change this (=Fields!Item1.Value) at runtime from a different from?

ex.
from (=Fields!Item1.Value) to (=Fields!Product.Value)

Thnx in advance!
Reply With Quote