vote up 0 vote down star

Hi, I'm having problem in the following line:

rd.PrintOptions.PaperSize = PaperSize.PaperFanfoldStdGerman;

it throws an exception saying HRESULT: 0x8002000B (DISP_E_BADINDEX))

if I skip this line, the same error eccurs here:

rd.PrintOptions.ApplyPageMargins(config)

Did anyone have this problem before? thanks!

flag

53% accept rate

2 Answers

vote up 0 vote down check

My guess is that your line before is failing and as such gets reported on the next call. Check the line before

rd.PrintOptions.PaperSize = PaperSize.PaperFanfoldStdGerman;
link|flag
hi, the line before is rd.SetDataSource(dsReport); but what would be wrong with this? – Bruno Nov 13 '08 at 17:30
vote up 0 vote down

Fixed!

The problem was a field that did not exist in the DataSet.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.