Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding properties and values
Message
 
 
À
07/11/2013 09:23:41
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Versions des environnements
Environment:
VB 9.0
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01587481
Message ID:
01587487
Vues:
23
>>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?

I found the property; it is (Name) in the Misc group.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform