Protected
Overrides
Sub
OnLoad(
ByVal
e
As
System.EventArgs)
MyBase
.OnLoad(e)
'Bind the report viewer
If
Model.Report
Is
Nothing
Then
Throw
New
Exception(
"Sorry an error has occured. (The report must be intialized before render attempt)"
)
End
If
If
Model.ReportParameters
Is
Nothing
Then
Model.ReportParameters =
New
Telerik.Reporting.ReportParameterCollection()
End
If
For
Each
existingParam
In
Model.ReportParameters
Model.Report.ReportParameters.Add(existingParam)
Next
modularRptViewer.ParametersAreaVisible() =
False
modularRptViewer.Report = Model.Report
End
Sub
hello
i have a problems with RadControl.
i've used RadControl as trial version.
i'm trying to print my source code.
(
ReportViewer.Xaml.cs in
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,,,
Have a nice day..^^
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,,,