Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
as giving value to a control rptLabel from vb.net


VB
ReportMan.Preview = True
ReportMan.ShowPrintDialog = False
ReportMan.filename = System.Environment.CurrentDirectory & "\infProveedores.rep"
ReportMan.SetParamValue("BPROVEEDOR", ComboProveedor.Text)
ReportMan.Title = "productos por proveedor"
ReportMan.Execute()

in report page header rptLabel I have two and another one called rptProductsProveedor next called rptProveedor

How do I get the text value of rptProveedor equals the search provider

[edit]code block added[/edit]
Posted
Updated 21-Nov-12 11:16am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900