I have been trying to set the Content-Type on the Authentication Parameters section of the Web Service Data Source Wizard. I have attached two images to illustrate how I am trying to set Content-Type.
I am using Fiddler to inspect the request when I click "Download" at the end of the Web Service Data Source Wizard.
Can you show me an example of how to set Content-Type to "application/x-www-form-urlencoded"?
Thanks
Hi,
I am using the Query Designer in the SQL DataSource component in my report. In the Database view section I can see the view I need and its columns but when I select one of them I get the error Object reference not set to an instance of an object.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Telerik.Reporting.Design.QueryDesigner.Form.DataModelManager.CreateEntity(String path)
at Telerik.Reporting.Design.QueryDesigner.Form.DataModelManager.FindOrCreateEntity(String path, Boolean refreshRelations)
at Telerik.Reporting.Design.QueryDesigner.Form.DataModelManager.AddProperty(Property sourceProperty)
at Telerik.Reporting.Design.QueryDesigner.Form.DataModelTreeViewController.TreeViewAfterCheck(Object sender, TreeViewEventArgs e)
at System.Windows.Forms.TreeView.OnAfterCheck(TreeViewEventArgs e)
at System.Windows.Forms.TreeView.WndProc(Message& m)
at Telerik.Reporting.Design.Common.Controls.TreeViewEx.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
The same error is attached as a screenshot. When I click Continue, the column is not added to the Selected fields section.
I am using other views for other SQL Data Source components and I have no problem with them.
The only difference I can see with this view is that its query contains pivot statements.
How can I resolve this issue?
Best Regards
Is there a place on here for a novice willing to learn,
I use Telerik Report Designer to provide templates to a reporting system i use for work, pulling the source from the report system (i'm sure this is simple stuff to most on here).
I'm getting familiar with the system however i often come across issues that I'm sure are fairly quick fixes however it takes me a fair while to get right so though i would sign up to this forum and see if i can get swift responses.
My first question to post is what expression would i need to use to give a cell in the report 2 values from the source?
for instance i want both this value:
= Fields.Specification
and this value
= Fields.Type_in_the_Standard
to to appear in the same cell
any help is much appreciated.
Hi, I'm working using Telerik standalone (trial) to create a report, using JsonDataSource.
In my model i have "complex" data, like object arrays. Creating the report the first issue is that all these objects are shown ad System.Object, and i need to use some data for tables (and using bindings solved problem for tables).
The problem is that i need to show charts, and i can't find a way to make it work.
Hi,
I was trying to create a new data source with MySQL connection string in Telerik Report Designer Standalone tool. While trying to preview the datasource results on clicking 'Execute Query' button I am getting an error message "An error has occurred.
Unable to establish a connection to the database. Please, verify that your connection string is valid. In case you use a named connection string from the application configuration file, make sure the name is correct and the connection string settings are present in the configuration file of your application." When tried to connect with SQL server connection string, I am able to view the results.
Then I set the same MySQL connection string as shared connection and was able to create and run a report using the Telerik Report Designer. But when tried to execute the same report from Angular report viewer using Telerik Rest service, I'm getting the same error mentioned above. It would be helpful if anybody can provide a solution for this issue. Please find attached files to get more details about the error.
Thanks.