tengo en mi proyecto un datareport con un formato x, del cual estoy tomando los datos desde un form, con el siguiente codigo:
Código:
el tema es que estos datos tendria que representarmelos en formato moneda, pero no se bien como hacer esto. 'datos de totales Set lbl = Sections("totalTick").Controls("subtotal") lbl.Caption = VENTA1.Text8 Set lbl = Sections("totalTick").Controls("impuesto") lbl.Caption = VENTA1.Text9 Set lbl = Sections("totalTick").Controls("total") lbl.Caption = VENTA1.Text10