Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding properties and values
Message
From
07/11/2013 09:23:41
 
General information
Forum:
ASP.NET
Category:
Reporting
Environment versions
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01587481
Message ID:
01587483
Views:
36
>I am studying code of a ASP.NET project that uses Crystal Reports (the project was developed by off-shore developer who is no longer responding). I have complete source and need to continue maintaining it.
>
>In a nutshell, in one part of the project/page, the following sequence of occurs:
>
>1. User populates a page (bunch of text boxes and check boxes)
>2. On Submit the following happens:
>3. A row object is created (based on some dataset dstFunction)
>4. This columns of the row object get values based on (from) the user making entries in text box and check boxes
>5. The row object is added to the dataset.
>6. Crystal report (e.g. rptForm) receives the dataset (e.g. rptForm.SetDataSource( dstFunction)
>
>When I look at the Crystal Report form in the designer (e.g. open in VS2005 MyFunction.rpt) I see all the check boxes and text boxes. When I click in a check box I can open the Property sheet for this or that control. Which property in the Property sheet would be the value of the dataset column? (If this is how it works) That is, how do I find out what value is set (in the Crystal Report) for each control?
>
>TIA.

I'm looking at a textbox in CR via VS2010 and there is no "properties" option.
Selecting the textbox and hovering over it shows me the fully qualified datasource.
Is that what you're after?
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform