This is my first attempt at a report in VB.net

As a simple start I have form1 with a button to call the report
I defined the Dataset for the report using a stored procedure with no parameters although idealy the next stage would be a parameter in the stored procedure but I want the simple case to work first.

I set up the report using the wizard and have the rdlc in my project

I am presuming that I would have to have a report load statement in my Button 1 click Sub

Please help

dataset is BvsDataDataset.xsd and report is FidessaReport.rdlc

I have managed to load the report and am now adding a parameter to the stored procedure
How do i update the parameter in the vb code

current code to get data

Me.Sp_FIDESSA_REPORTTableAdapter.Fill(Me.BvsDataDataSet.sp_FIDESSA_REPORT)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.