Hi,
I have a Telerik report that I preview in a web page with a standard telerik:ReportViewer.
Within code of the report viewer page I would like to read data from textboxes on the report being previewed (or from the datasource of the report if that is easier). I have tried getting a reference to the report and then the report section and then the textbox, but all I get
back from the textbox.value is the formula of the value property (eg "=Fields.assessment_id") not the actual data.
Is what I am trying to do possible?
Could anyone send me a snippet (VB if possible) to get me going, or point me in the direction of an article that discusses this topic?
Thanks in advance.
Mike
I have a Telerik report that I preview in a web page with a standard telerik:ReportViewer.
Within code of the report viewer page I would like to read data from textboxes on the report being previewed (or from the datasource of the report if that is easier). I have tried getting a reference to the report and then the report section and then the textbox, but all I get
back from the textbox.value is the formula of the value property (eg "=Fields.assessment_id") not the actual data.
Is what I am trying to do possible?
Could anyone send me a snippet (VB if possible) to get me going, or point me in the direction of an article that discusses this topic?
Thanks in advance.
Mike