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

c# to vb

2 Answers 156 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mel
Top achievements
Rank 1
Mel asked on 24 Oct 2008, 07:45 PM

please i need this code in VB. i was trying to convert but a i have some troubles. :S plz help me.

thx.


public Form1()
{
initializeComponent();
Reportviewer1.report = new Report1();
}

private void btnRun_Click(object sender, eventArgs e)
{
(reportviewer1.report as report1).param1= tbParam1.text;
}

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 27 Oct 2008, 08:28 AM
Hi Mel,

Please use the code converter we offer for C# to VB.NET and vice versa conversion.

Greetings,
Steve
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Mel
Top achievements
Rank 1
answered on 27 Oct 2008, 03:41 PM
thx you... this code converter is very helpfull. thx a lot.

cya.
Tags
General Discussions
Asked by
Mel
Top achievements
Rank 1
Answers by
Steve
Telerik team
Mel
Top achievements
Rank 1
Share this question
or