This is a migrated thread and some comments may be shown as answers.

Datasource

0 Answers 33 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Manoj Sevda
Top achievements
Rank 1
Manoj Sevda asked on 23 Apr 2011, 12:47 PM
Hi,

I am using telerik report version 10 and I want to use more then one datasource (with perameter and without pearmeter) in a single report.cs file. i.e.

public rptEmployee(int empID)
{
             InitializeComponent();
            sqlDataSource1.Parameters[0].Value = empID;
}

public rptEmployee()
{
             InitializeComponent();
             // here I want to use   sqlDataSource2 (without perameter)        
}

Please tell me how I will use it

Thanks & Regards
Manoj

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Manoj Sevda
Top achievements
Rank 1
Share this question
or