Telerik Forums
Reporting Forum
1 answer
129 views
It seems, that the 4.0 Assembly loader will not load/accept the Telerik.Reporting.dll, because this dll is targeted to 2.0 !

the Telerik.reporting.dll usally works, but when i need to add some AssemblyReferences..., i must use the .Net Configuration system. -> without the <configSections> block, it works!

<
configuration>
    <configSections>
        <section
                name="Telerik.Reporting"
                type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting"
                allowLocation="true"
                allowDefinition="Everywhere"/>
    </configSections>
    
  <Telerik.Reporting>
    <AssemblyReferences>
....
</configuration>
Stef
Telerik team
 answered on 12 Mar 2013
1 answer
280 views
Hi there.

How can I create a sub total row part way through a crosstab report?

I want to create something like this:

Americas Europe Total
2010 2011 2010 2011 2010 2011
Scope 1 50 60 40 80 90 140
Scope 2 20 30 40 50 60 80
Total 1 & 2 70 90 80 130 150 220 < Sub total

Scope 3 10 20 30 40 40 60
Grand Total 80 110 110 170 190 280 < Scope 1,2 and 3

Thanks for your time. :-)
Hadib Ahmabi
Top achievements
Rank 1
 answered on 12 Mar 2013
1 answer
218 views
Hi team,
I use object data source to fill the table item.
i got the below error
An error has occurred while processing Table 'table1': Failed to compare two elements in the array. ------------- InnerException ------------- Cannot compare value of type Bartizan.LeadsLightning.BusinessLogic.tblRLRExhibitorQRCode with Bartizan.LeadsLightning.BusinessLogic.tblRLRExhibitorQRCode

while if i use the sql data source it is working perfectly.

we use object data source always so I hope i can find it easy to use it in the reporting project.
Hadib Ahmabi
Top achievements
Rank 1
 answered on 12 Mar 2013
1 answer
141 views
hello
Currently I evaluate Telerik Reporting for my Desktop Lightswitch solution.
Here are a few questions emerged
How can i use trdx files with Lightswitch?
do you have a sample for this?
Can I print telerik reports directly without preview out of ligthswitch?
Is there a way to merge two Reports ?

Thanks

Elian
Telerik team
 answered on 12 Mar 2013
4 answers
190 views
Hi,
I want to set instance report to textbox.itemdefinition.action from itemdatabound event in telerik report. Plz provide solution.
Regards,
Aditya
Elian
Telerik team
 answered on 12 Mar 2013
1 answer
194 views
Hi,

I've been trying to set up Reporting to work with my current OpenAccess models but I'm stuck. When I try to add a new OpenAccess data source, I can't find the Npgsql provider in the list (already added reference and restarted), neither anything related to my model (added references to it and OpenAccess namespaces). Tried to paste the connection string anywhere I could and also copy App.config file.

I know that probably I'm missing something obvious, but I couldn't find anything recent related to Reporting + OpenAccess with Postgres.

Any help would be much appreciated.

Thanks
Peter
Telerik team
 answered on 12 Mar 2013
1 answer
225 views
Hi team,
I wanted to know which would support better performance sql data source or object data source while creating reports using the reports tool.
and i want to know if there any differences or restrictions between them in the reporting tool.
Peter
Telerik team
 answered on 12 Mar 2013
6 answers
153 views
I have this crazy crazy report that is ported over from SSRS and I have allot of memory issues do the the number of elements on the report.

There are an infinite amount of accounts that have a user defined order.
Each account is a different type and has a very different layout of its content
Each account can span multiple output tables (AccountType #3 outputed in Table03 then Table07, #4 = Table02, 05 and 06)

The report works but it consumes allot of processing memory.
Each of the tables have a binding "DataSource=ReportItem.Parent.DataObject" and has Table.Filters as well as Row.Filters
Each table consts on average 20 columns and 10 rows.
Within the table ItemDataBound event I can see that each Processing.ReportSection of Group2 contains a full stack even though most of the tables are empty.   Using reflection I can purge empty tables from the ReportSections.items collection in the Group2 ItemDataBound event.  Doing this during the Table ItemDataBound event causes an error in the "ReportSectionBase.ProcessItem().items" enumeration.

The size and complexity of the tables cause an enormousness amount of processing elements. 
The processed report size is 48mb, but the processing memory is around 450mb.
If I remove the PageCount the report jumps down to 35mb and the processing memory drops to 350mb.



[PageHeader]
[Group1] - static group "=True"
  - SubReport - used for static subHeader
[Group2] - loops about 20 - 40 account types
 - Table01
 - Table02
 - Table03
 - Table04
 - Table05
 - Table06
 - Table07
 - Table08
 - Table09
 - Table10
[DetailSection] - empty/hidden to push iteration of group content
[Group2-footer] - hidden
[Group1-footer] - hidden
[ReportFooter] - FootNotes
[PageFooter]
Steven
Top achievements
Rank 1
 answered on 12 Mar 2013
5 answers
758 views
Hi,

I am trying to use custom indentation for the value of a TextBox control but the value gets automatically trimmed. 

i.e. if i use the following expression no leading spaces are displayed.

= Space(CInt(CInt(Fields.Level) * 10)) + Fields.Text 

I also tried using a user function with the same result. 

Can i prevent this trimming behavior? 

thanks.
Elian
Telerik team
 answered on 11 Mar 2013
3 answers
205 views
Is anyone else having this issue? I have a Wpf application that uses the Wpf ReportViewer, and when a report is loaded and you go to select a format for export, nothing appears on the screen (see the screenshot). However, if you click on the export drop-down's down arrow (and nothing appears) and press the up or down arrows followed by the enter key, the export begins and takes you to the file save screen. (If you know where the desired format is in the list and repeat this enough, eventually you get the format you desire.) If you click on the export drop-down's down arrow and never press the enter key, the application appears to be frozen.

The application is running in .Net 4.0 and uses Telerik Windows Controls 2012.3.1129.40 and Telerik Reporting 6.2.13.110. I had this problem a version or two ago and resolved it with an internal build, but now it's back. Help!
Chavdar
Telerik team
 answered on 11 Mar 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?