Yes. Please see for yourself: I can't get the report to show more than one
record. Perhaps it is more difficult than I thought?
http://mreprogramming.com/currentrel...lication25.zip
Thanks,
Matt
"Dubravko" <> wrote in message
news:dqq4k3$cat$...
>
> "ME" <> wrote in message
> news:3v-...
>>I want to generate a simple report that will display information from my
>>customer table in a report format. I created a simple Customers.rdlc file
>>that contains three text boxes bound to
>>
>> =First(Fields!Name.Value)
>> =First(Fields!Address.Value)
>> =First(Fields!Contact.Value)
>>
>> placed a ReportViewer Control on one of my aspx pages. I selected the
>> Customers.rdlc file and accepted the default datasource it generated. (I
>> am using a Typed Dataset Object as my source)
>>
>> Trouble is it doesn't work. I get nothing in the report at run time. If
>> I change my datasource so that it looks at the Customers dataAdapter of
>> the Typed dataset I manage to get a single report but it will not display
>> any more than 1 report. If I remove the "First" aggragete expression
>> from my customer report fields I get "ERROR" at run time.
>>
>> Is there something I a missing here? Does anyone have, or know of, a
>> tutorial that can guide me through creating a simple report that doesn't
>> use SQL Reporting Services?
>>
>> Thanks,
>>
>> Matt
>>
>
>
> Have you fill your dataset, it looks like dataset is empty.
>
> Regards D
>