Re: Changing text in Report viewer

Tech-Archive recommends: Fix windows errors by optimizing your registry



steve wrote:
How do I access the textbox in "GymMaster.Memberships.rdlc" (below) to
change the text

Another way you could do this is by setting the textbox to display its value
from a datasource rather than hard-coding the value into the report
definition. Then you can just give a DataTable to the report viewer and
it'll display the appropriate value from within.

--

(O)enone


.



Relevant Pages

  • Re: Changing text in Report viewer
    ... Another way you could do this is by setting the textbox to display its ... value from a datasource rather than hard-coding the value into the report ... Then you can just give a DataTable to the report viewer and ...
    (microsoft.public.dotnet.languages.vb)
  • Display Version numbers
    ... On my Help/About screen, I'd like to display ... The version number of the Report Viewer control. ... Vayse ...
    (microsoft.public.dotnet.languages.vb)
  • ReportViewer continuos pages
    ... I'm using report viewer instead crystal reports, ... i want to display all content in one view (continuos ... Rick ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: HELP on Changing Crystal Report sql query at run time via vs.net.
    ... I display the report by passing it to a report viewer: ... CrystalReportViewer1.ReportSource = SomeCrystalReport ...
    (microsoft.public.vb.crystal)
  • RE: assigning DataSource for ListControl - performance
    ... and user should have an option to chose something like 'detail' - to display ... What i am forced to do is to load data into DataTable object insert names ... nice solution byt it is more than two times faster than assigning DataSource ...
    (microsoft.public.dotnet.framework.compactframework)