Hi all,
Our customer is a big international company. As a result, the reports will (and have to) support a wide range of characters (including CJK ones).
I investigated the problem and found out the following info:
1. The Telerik support Team recommends to use Arial Unicode MS font to rich the goal ( Telerik Forum Thread 1, Telerik Forum Thread 2);
2. There is a problem using the Arial Unicode MS font as the reports' default font: Arial Unicode MS does not support Bold style natively, as a result we can't embed the glyphs to the generated pdf file ( Telerik Forum Thread 3 ). That means, the font have to be installed on the users' PCs;
3. Arial Unicode MS font is not free ( Monotype Co. website with prices ), but it is distributed with Microsoft Office ( Arial Unicode MS );
4. There is a special "Server License" mentioned on the Font Owners' website, saying, one has to buy it if he is going to "use it for Internet-based applications" and to "use font on server to generate reports" (please find an image attached). 4 cores server => $7,560 (huh?)
5. The Telerik support Team recommends to install MS Office on the server (as I understood from the context here: Telerik Forum Thread 2 ).
So... Could you please clarify several things?
1. Do we have to buy the font's Server License or it is just enough to install the MS Office on the server (and on the users' PCs, because of the 2nd point above)?
2. Are you sure? :)
I really appreciate any help you can provide.
Regards,
Constantine.
I want file trdx connect sql stored produre
<DataSources>
<SqlDataSource ConnectionString="Telerik.Reporting.Examples.CSharp.Properties.Settings.TelerikConnectionString" SelectCommand="SELECT InvoiceDetails FROM dbo.POS_Invoice WHERE LEN(InvoiceDetails) > 0" Name="sqlDataSource1" >
<Parameters>
<SqlDataSourceParameter DbType="String" Name="@CompanyId">
<Value>
<String>=Parameters.CompanyId.Value</String>
</Value>
</SqlDataSourceParameter>
<SqlDataSourceParameter DbType="String" Name="@BranchId">
<Value>
<String>=Parameters.BranchId.Value</String>
</Value>
</SqlDataSourceParameter>
</Parameters>
</SqlDataSource>
</DataSources>
thank a lot
Hi,
I was creating a new report which having sub-report.
After final update for telerik report 9.2.15.1126 (Capture_3).
But i couldn't find the tool sub-report in toolbox on designer page (Capture_2).
And later i have noticed that the report designed before the update when i was using telerik report version Q3 of 2012,
now showing the error on opening that page as shown in attached file below (Capture_1).
Does telerik removed the sub report option from the designer or any other tool is there same as sub report.
With Regards,
Mohammed Rafsanjany
Hi,
I have a requirement for a graph report that is grouped by a property and therefore shows a graph per each group.
The desired look is for the legend to be at the top of the report and not to be repeated for each graph (number of series 'is'/'can be made to be constant' through each group). Also each graph is to have the same size.
From fiddling around I can think of 2 ways of doing this by hooking up to the ItemDataBinnding or ItemDataBound events:
- Show the legend for the first graph only and somehow make the graph (plot area) height the same as the other graphs.
- Add a dummy group of data that will become the first graph, show the legend only on this one and hide the plot area.
It appears that if I set the Visible property of the plot area to false at runtime the plot area is still visible. Also trying to set the plot area height to 0 does not work. Any suggestions?
Hi mates,
I have a report with a dataset with some textboxes and a table. There are two dataset, one of the report (dsReport) and another different one of the table (dsTable). This table has two columns, the first one is a subinform and the other one show a value of dsTable. A field of dsReport is used like a paremeter in dsTable with the expression ReportItem.DataObject.id.ToString(). The value of the field that is showed in the second column is showed successfully but if I try to show this same value in the subreport using it like a parameter of the subreport, the value is not showed.
I think it's difficult to explain it so, please, if you need any trdx file, let me know it.
Thanks a lot in advance.
Cheers.
David Ortega
Hello,
I am having a dynamic code based report which generates sales value for certain items. My items are grouped under categories. After each category i am showing a "TOTAL" row to show total value for all items under each category. Thats working fine... Where i am stuck is, i need to show the TOTAL row as BOLD (Font Style). Issue is, the TOTAL row which is added after each category is coming from the Stored Procedure itself. So how can i access Data Value of the CELL in my Report table(Layout) and check if value inside my CELL is "TOTAL" and i make that row as BOLD (Font Style)
I tried the Conditional formatting option that i found on this link http://www.telerik.com/forums/changing-fonts-and-colors-on-a-quot-dynamic-quot-table-based-on-value but this code is in VB and i am working on C#.
If you can please provide a c# alternative to this it would be greatful
Thanks in advance.
Hi,
I am using ObjectDataSource. I have 4 list objects inside that object.
In the report design view, I can see all the properties (fields) inside that object but not other 4 sub-objects. How can I make those properties (fields) display in the selection window?
Thank you!