Hi,
We use Telerik Report Q32015.1216 ,produce serial letters with attachments and bundle it in 1000 letter Packages. The same attachment with 5 pages is always added to a single one-page seriel letter. It takes lot of time to add the same attachment to the individual letter and creates a redundant huge PDF file.
Instead of having multiple times the 5 page attachment in the bundle of serial letters I want to have it only once and reference it from the respective place.
So instead of the B1,A,B2,A,B3,A.. structure I would like to have a B1,RA,B2,RA,B3RA...A structure in the PDF file ( Where Bx=Individual page, A={A1A2A3A4A5} where Ax - Attachment pages, RA=Reference to the attachment pages object).
Is there anyTelerik way/solution to create this kind of resource optimized PDF?
Many thans, László
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.