0
Answer

how to make class as datasource in report c#

Ask a question
Basim Kamal

Basim Kamal

10y
690
1

i have some data in class1

public static string Problem_Print_ProblemID;

in form i can show it as :

textbox1.text = public.Problem_Print_ProblemID;

but

how i can make this data appear in the report ( Default vusial studio report )