Telerik Forums
Reporting Forum
0 answers
53 views
An error has occurred while processing Report 'Test':
Object of type 'MySql.Data.MySqlClient.MySqlCommand' cannot be converted to type 'System.Data.SqlClient.SqlCommand'.


report was working when i was using trial version of NuGet packages  when i put piad version of nuget package i am getting below issue 
please help
Mynd Integrated Solutions
Top achievements
Rank 1
 asked on 07 Oct 2024
1 answer
73 views

Hi

I'd like to programmatically (from an OpenEdge ABL procedure) run a Telerik Report (TRDP file) that has been saved on disk.

I'd also like to point that report file to 2 datasources at runtime that are also on disk "invoiceHeader.json" and "invoiceLines.json". 

The output must be a PDF file.

Please can you point me in the right direction.

Many thanks

Jon

 

1 answer
58 views
I will put Vietnamese and Chinese in the same text box
I set the font to Arial Unicode MS
But the result is that the Chinese text becomes a box
I’ve tested many fonts but can’t get the answer.
My preview on the designer is normal, and the PDF output on the designer is also normal.
But on my webpage, the pdf output is abnormal.
I don’t know if there is a solution

Dimitar
Telerik team
 answered on 02 Oct 2024
1 answer
95 views

Hello,

I am very new to Telerik reporting and a client has asked me to resize a column in a table so that the column to the left is smaller and the one to the right can be larger. I'm finding this to be very difficult. If I try to type in a different size, it tells me the property is invalid. I can't slide it over by grabbing anything. I tried removing all text from within the columns first. Is there something I can check that is preventing me from doing this?

 

thanks in advance!

-Crystal

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 30 Sep 2024
1 answer
50 views

Hi All,

(.NET 8 application)

I have created unit tests to run Telerik report component and it works great. I load the report definition file and run using ReportProcessor and get an output pdf file.

I have also created custom functions and configured the standalone report designer (SRD) config file. I can preview the custom functions in the SRD. Now I have a problem, I dont know how to configure the unit test environment to load the custom functions? Can anyone give advice how to configure for unit tests?

Thanks

Tarquin
Top achievements
Rank 1
Iron
 answered on 29 Sep 2024
37 answers
3.5K+ views
Hi,

    I am exporting the report to CSV from report viewer.The report is generated, but it includes the textbox controls name as header. I have attached the screenshot of the CSV file which i have exported. Is there any way to fix this?


Thanks,
Nisha

Christopher
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 26 Sep 2024
18 answers
2.3K+ views
Hello All,

I have bind one 25 record rows report programmatically.
Report display well.
When I select export to CSV file using direct report viewer, csv file get generated but it has double number of columns.
First shows columns with all rows with source dataset  table column names and then data name.
I have attached sample image file.
See the gray back ground columns are extra columns.

Please provide me help on how to remove these unwanted primary columns.




Christopher
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 26 Sep 2024
1 answer
287 views

I'm trying to find an error in my code, but I don't even know where to look. How can we get support from Telerik to help identify the exception?

How do we get more detail from errors like this?

[MissingMethodException: Method not found: 'System.Collections.Generic.List`1<System.Collections.Generic.IEnumerable`1<!0>> Telerik.Reporting.Processing.DocumentParametersManager`1.GetParametersByReports()'.]
   Telerik.ReportViewer.WebForms.ReportRenderOperation.ProcessReport(ReportSource reportSource, Hashtable deviceInfo, IRenderingContext renderingContext) +0
   Telerik.ReportViewer.WebForms.ReportRenderOperation.PerformOperationOverride() +226
   Telerik.ReportViewer.WebForms.ReportPageOperation.PerformOperationOverride() +88
   Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(HttpContext context, ICacheManager cacheManager) +49
   Telerik.ReportViewer.WebForms.BasicHandler.ProcessRequest(HttpContext context) +182
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +195
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73

 

 

Ivet
Telerik team
 answered on 20 Sep 2024
1 answer
1.5K+ views
This feels like a horrible question but - where exactly is this product now in the download menu?

To clarify I'm looking at:
https://www.telerik.com/account/downloads/product-download?product=REPORTING

I see 26 results, 20 are nupkg, 3 zips, an msi, and two types of documentation.

The three zip file names:

Telerik_Reporting_R2_2021_SP1_15_1_21_616_DataDirectODBCDrivers.zip
Telerik_Reporting_R2_2021_SP1_15_1_21_616_DEV_DIGITALLY_SIGNED.zip
Telerik_Reporting_R2_2021_SP1_15_1_21_616_Sources.zip

Are any of these Standalone Report Designer or is that gone now?

Dess | Tech Support Engineer, Principal
Telerik team
 answered on 18 Sep 2024
1 answer
63 views

I'm incorporating a ReportViewer into my WPF app.  To do so, it seems I must include the following:

<ResourceDictionary Source="/Telerik.ReportViewer.Wpf.Themes;component/Themes/Fluent/System.Windows.xaml" />
<ResourceDictionary Source="/Telerik.ReportViewer.Wpf.Themes;component/Themes/Fluent/Telerik.Windows.Controls.xaml" />
<ResourceDictionary Source="/Telerik.ReportViewer.Wpf.Themes;component/Themes/Fluent/Telerik.Windows.Controls.Input.xaml" />
<ResourceDictionary Source="/Telerik.ReportViewer.Wpf.Themes;component/Themes/Fluent/Telerik.Windows.Controls.Navigation.xaml" />
<ResourceDictionary Source="/Telerik.ReportViewer.Wpf.Themes;component/Themes/Fluent/Telerik.ReportViewer.Wpf.xaml" />

However, including those seems to change a lot of other styles in my application that I'd rather not have changed.  I'd like to limit the scope of those changes to the ReportViewer itself.  Because, in the instance I'm working on right now, my ReportViewer is the only thing in a TabItem, I can put those resources in the TabItem, but then they'll be sprinkled throughout my app.

As you've likely figured out, I'm not the best at working with styles, but what I'd like to know is how to include those without their impacting anything else.

Thanks in advance!

Dimitar
Telerik team
 answered on 17 Sep 2024
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?