Telerik Forums
Reporting Forum
1 answer
308 views

Hi, I'm using version Q1 2013.

We have a report which consists of several panels laid out next to each other vertically - each panel contains a header textblock and a table for rendering fields.

When the panels are not shown, they should collapse so that panels underneath take their space completely (ie, so there are no whitespace gaps).

If I set the visibility of a section panel to false using conditional formatting, then the panel does not display, but the whitespace does not collapse either as desired. It looks like the panel is still taking up the minimum amount of space as it does in the designer.

How do I go about resolving this? I thought that this would just work out of the box, so not sure what I'm doing wrong?

Thanks,

Sam
Elian
Telerik team
 answered on 13 Mar 2013
4 answers
207 views
Hello,

I'm trying to connect EntityDataSource Wizard with existing ObjectContext but a method that executes data retrieval doesn't show on Object Context members list. Method GetProducts looks like this:

     [EnableClientAccess]
    public class AdventureWorksDomainService : LinqToEntitiesDomainService<AdventureWorksEntities>
    {
        public IQueryable<Product> GetProducts(string name)
        {
            return ObjectContext.Products.Include("ProductModel").Where(w => w.Name.Contains(name));
        }
    }

Complete solution is rebuilded successfuly. Why there is no GetProducts method on the Object Context members list?

Any help appreciated!
Peter
Telerik team
 answered on 13 Mar 2013
1 answer
143 views
Hi

Is there a way to use the reporting controls to report sharepoint list data? If so, could someone point me to a sample?

Thanks
Anil
Squall
Top achievements
Rank 1
 answered on 13 Mar 2013
4 answers
145 views
HI,

I am having this strange problem with the silvelight report viewer. I've created a report with an graph on the header part, you can see the designer preview in the attached image (designer_preview.png). When I open it up on the viewer it does not show the graph (view.png). Noe the weird part is that if I go and export the file into pdf the graph shows again (export.png).

Any ideeas ?

Thank you,
Joshua
Top achievements
Rank 1
 answered on 12 Mar 2013
3 answers
87 views
Hi ,

On a web page I have a report viewer that shows well the reports. If I change and I want to show a graph, it shows only some numbers corresponding to Categories in graph, but no graph at all

What did I miss?

And is any documentation for graphs ? I find very difficult to configure manual the series, categories and so on.

Regards,
Hans
Elian
Telerik team
 answered on 12 Mar 2013
1 answer
103 views
Hi,

Find the Screenshot for My report structure.
My Report is in seperate Class Library.

In my XAML.cs

using System.Collections.Generic;
using System.Linq;
using Telerik;
using Telerik.Reporting;
   
namespace MyReport
{
    public partial class MainWindow
    {
        public MainWindow()
        {
            InitializeComponent();
   
            var project = new List<Project>();
   
            var pro = new Project {Name = "Name One", Nos = new List<int> {1, 2, 3, 4, 5}};
            project.Add(pro);
   
            pro = new Project {Name = "Name Two", Nos = new List<int> {1, 2, 3, 4, 5}};
            project.Add(pro);
   
            var reportSource = new InstanceReportSource {ReportDocument = new SampleReport()};
            reportSource.ReportDocument.Reports.FirstOrDefault(rep => rep.Name == "SampleReport").DataSource =
                project;
            reportViewer1.ReportSource = reportSource;
        }
   
        private class Project
        {
            public string Name { get; set; }
            public List<int> Nos { get; set; }
        }
    }
}


 know that problem is with my bindings.

I have attached my output also.
Please let me know the soultion for my problem.
Elian
Telerik team
 answered on 12 Mar 2013
1 answer
114 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
241 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
172 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
127 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?