Binding Datatable to Report

Hi,

I have created a datatable which is filled by the result of stored procedure. So I need to know like how to bind this datatable with the report using report viewer.

Apoorva



Answer this question

Binding Datatable to Report

  • LonW

    First you have to make sure you have a dataset. Also that the data set is connecting to this table.

    If this is your first time creating a report I would suggest finding a walk through on a simple report creation

    Here is a pretty good wak through

    http://www.codeproject.com/dotnet/HowToReport.asp

    good luck


  • Binding Datatable to Report