Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
QuestionNotifyIcon - Changing the icon Pin
eggsovereasy19-Apr-06 11:03
eggsovereasy19-Apr-06 11:03 
AnswerRe: NotifyIcon - Changing the icon Pin
Josh Smith19-Apr-06 12:38
Josh Smith19-Apr-06 12:38 
QuestionSerialization of Parent with Child Objects Pin
sharkbait19-Apr-06 10:29
sharkbait19-Apr-06 10:29 
AnswerRe: Serialization of Parent with Child Objects Pin
Josh Smith19-Apr-06 10:38
Josh Smith19-Apr-06 10:38 
GeneralRe: Serialization of Parent with Child Objects Pin
sharkbait19-Apr-06 10:59
sharkbait19-Apr-06 10:59 
GeneralRe: Serialization of Parent with Child Objects Pin
Josh Smith19-Apr-06 13:04
Josh Smith19-Apr-06 13:04 
AnswerRe: Serialization of Parent with Child Objects Pin
LongRange.Shooter19-Apr-06 10:44
LongRange.Shooter19-Apr-06 10:44 
QuestionCrystal: Formula missing in subreports Pin
axio19-Apr-06 10:02
axio19-Apr-06 10:02 
Hello,

I have a crystal report which contains a subreport. That subreport does not
show the result of the formula field when the main report is displayed,
although it does show if the subreport is displayed by itself.

The formula is valid (and I have tried this with much simpler formulae
without success).

I am using object collections to populate the report and subreport,
extending the example given in MSDN.

<br />
List<DirectConsumerLoan_Helper> ds = new List<DirectConsumerLoan_Helper>();<br />
List<Sub_Parties_Helper> dsBorrowers = new List<Sub_Parties_Helper>();<br />
//plus populating code for both lists using .Add (not included here)<br />
<br />
rpt.Load(".\\Reports\\DirectConsumerLoan.rpt");<br />
rpt.SetDataSource(ds);<br />
<br />
CrystalDecisions.CrystalReports.Engine.ReportDocument subrpt =<br />
rpt.Subreports["Sub_Parties.rpt"];<br />
subrpt.SetDataSource(dsBorrowers);<br />
<br />
// This works if run by itsef:<br />
//rpt.Load(".\\Reports\\Sub_Parties.rpt");<br />
//rpt.SetDataSource(dsBorrowers);<br />
<br />
_Main.OpenReportViewer(rpt);


I am using VS2005.
AnswerRe: Crystal: Formula missing in subreports Pin
axio19-Apr-06 10:13
axio19-Apr-06 10:13 
QuestionControl Hosting in DataGridViewCell Pin
firestorm35319-Apr-06 9:23
firestorm35319-Apr-06 9:23 
AnswerRe: Control Hosting in DataGridViewCell Pin
firestorm35320-Apr-06 5:04
firestorm35320-Apr-06 5:04 
QuestionWSE 2.0, TCP question. Pin
JasenF19-Apr-06 9:17
professionalJasenF19-Apr-06 9:17 
AnswerRe: WSE 2.0, TCP question. Pin
Michael A. Barnhart20-Apr-06 1:45
Michael A. Barnhart20-Apr-06 1:45 
QuestionVectorisation geometric shape in c# Pin
Marco Delgado19-Apr-06 8:31
Marco Delgado19-Apr-06 8:31 
AnswerRe: Vectorisation geometric shape in c# Pin
Ravi Bhavnani19-Apr-06 9:07
professionalRavi Bhavnani19-Apr-06 9:07 
GeneralRe: Vectorisation geometric shape in c# Pin
Marco Delgado19-Apr-06 9:19
Marco Delgado19-Apr-06 9:19 
AnswerRe: Click or MouseDown Event in FLASH Pin
LongRange.Shooter19-Apr-06 10:47
LongRange.Shooter19-Apr-06 10:47 
NewsVery bad FLAW IN .NET CLR Pin
Mike SS19-Apr-06 8:25
Mike SS19-Apr-06 8:25 
AnswerRe: Very bad FLAW IN .NET CLR Pin
leppie20-Apr-06 1:04
leppie20-Apr-06 1:04 
QuestionHelp needed in winforms Pin
satishrg19-Apr-06 7:46
satishrg19-Apr-06 7:46 
QuestionVSProject Project references collection Pin
acuze10419-Apr-06 7:38
acuze10419-Apr-06 7:38 
QuestionStrings to ints Pin
sroberts8219-Apr-06 7:03
sroberts8219-Apr-06 7:03 
AnswerRe: Strings to ints Pin
Drew McGhie19-Apr-06 7:23
Drew McGhie19-Apr-06 7:23 
AnswerRe: Strings to ints Pin
Stefan Troschuetz19-Apr-06 7:39
Stefan Troschuetz19-Apr-06 7:39 
AnswerRe: Strings to ints Pin
ldaoust19-Apr-06 10:30
ldaoust19-Apr-06 10:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.