|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Access a textbox on a report formHow can I access a textbox place on a Local Report? As far as I can see the
Report is not "visible" from the main windows form. Lennart Lennart Nielsen wrote:
> How can I access a textbox place on a Local Report? As far as I can see the What kind of report? A crystal report?> Report is not "visible" from the main windows form. > > Lennart > > Chris Chris,
No, it's the Report type in the Add New Item dialog, just before the Crystal Dialog (rdlc extension). I want to be able to do individual editing for a sheet of small labels for electrical wiring, so I don't want to take my data from a database; at least not directly. Lennart Show quoteHide quote "Chris" <no@spam.com> wrote in message news:uWWdibhRGHA.2532@TK2MSFTNGP10.phx.gbl... > Lennart Nielsen wrote: >> How can I access a textbox place on a Local Report? As far as I can see >> the Report is not "visible" from the main windows form. >> >> Lennart > > What kind of report? A crystal report? > > Chris Lennart Nielsen wrote:
Show quoteHide quote > Chris, That was why I had asked you which type. I'm have not used the Report > > No, it's the Report type in the Add New Item dialog, just before the Crystal > Dialog (rdlc extension). > > I want to be able to do individual editing for a sheet of small labels for > electrical wiring, so I don't want to take my data from a database; at least > not directly. > > Lennart > > > "Chris" <no@spam.com> wrote in message > news:uWWdibhRGHA.2532@TK2MSFTNGP10.phx.gbl... > >>Lennart Nielsen wrote: >> >>>How can I access a textbox place on a Local Report? As far as I can see >>>the Report is not "visible" from the main windows form. >>> >>>Lennart >> >>What kind of report? A crystal report? >> >>Chris > > > type object. You can do what you want in crystal, and the data does not have to come from a database to use crystal, you can just pass it to it in a datatable. Chris |
|||||||||||||||||||||||