or
hi, i have a problems with RadControl.
i've used RadControl as trial version.
i'm trying to print my source code.
(Xaml.cs the ReportViewer1.UseNativePrinting = true;
There are parts UseNativePrinting change to false
Print Capacity (Mb -> Kb) reduces)
But font is broken up when I change properties of print function.
how can I fix my korean font??
save me, plz,,,
Dim
report1
As
New
easyTennis.Rechnung
report1.DataSource = GetDataTable(ssql &
" where BelID = "
& nKey)
Me
.ReportViewer1.Report = report1