문제

How to make 1 value inside the database to be displayed in a textbox?

I make a select of an ID and then I need the name to be shown.

도움이 되었습니까?

해결책

Assuming you already have configured the DataSet and DataSource,just drag the value/field from the DataSet (listed in the Report Data) and drop it on your TextBox,it'll automatically change the Expression in the TextBox («Expr»).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top