Telerik Forums
Reporting Forum
1 answer
133 views
I have no idea why it happens but the table in the sub report, sometimes repeats more then once... I soo that a lot of ppl have the same issue, but please give me some solution for that problem ASAP!
Robert
Top achievements
Rank 1
 answered on 13 May 2011
27 answers
817 views
We have recently upgraded to the Q2 2010 release of Telerik Reporting and have identified an issue with this version relating to PDF documents rendered by the reporting system.  Users are able to view the documents in Adobe Acrobat, but unable to save them to their local disk -- upon clicking the Save As... and choosing a location, they receive an error that states: "The document could not be saved.  There was a problem reading this document (109)."  When I do a Ctrl-Click to get the details from Adobe, it tells me the following: "Object label badly formatted."

We have tested this with a couple of different reports and they all behave identically.  One of our developers rolled back to the Q1 version and the issue disappears.

Is this a bug in the system, perhaps something that we are doing causing this or any other suggestions? (Note, I have examples of the same report from both Q1 and Q2 but cannot upload a PDF here).

Thanks,
Adam
Joel
Top achievements
Rank 2
 answered on 12 May 2011
3 answers
78 views
If I set values on the report in the codebehind (so lets say textBox1.Value = dataItem.Name)

When I navigate to a sub report, then navigate back to the master, textBox1 no longer has the value I assigned to it...
Peter
Telerik team
 answered on 12 May 2011
1 answer
89 views
Hi,

I'm pretty new at the Telerik reporting functionalities.
I'm trying to build up a report source using an object model.
the chart should look like this:
X-axis: month1, month2, ... month12 (date objects)
Y-axis: 0 to 100%
I have a few separate lines to display on this chart (one per location)

I tried an object with the following properties
public string Location { get; set; }
public Dictionary<DateTime, decimal> Values { get; set; }
      
and
public string Location { get; set; }
public DateTime Month { get; set; }
public decimal Value { get; set; }

But none showed anything usable.

Can anyone give any tips on how to build up my object so it will display the correct data?
Peter
Telerik team
 answered on 12 May 2011
1 answer
82 views
Hi,

Is it possible to show reports in the wpf reportviewer like it does in the web reportviewer (without being divided into pages)?

Greetings,
Sven
Peter
Telerik team
 answered on 12 May 2011
1 answer
79 views
Has anyone been able to accomplish a flow layout for your data?

Is there some way to get that done?
blaise
Top achievements
Rank 1
 answered on 12 May 2011
1 answer
109 views
Hi,

How can I create custom messages to show the user instead of the standard 'object reference not set to an instance of an object'?
I found answer with the use of resources but don't know how to use them with MVVM. Can i set them in XAML?
Chavdar
Telerik team
 answered on 11 May 2011
2 answers
117 views
Hi, i have a problem, i installed the new component of reporting Q1 2011, but previus i had installed Q3 2010,  i when run the aplication i can't see the new  formats exports of Q1 2011.


Thanks
Peter
Telerik team
 answered on 10 May 2011
3 answers
66 views
Can you use a user-function with a ParamArray as the argument? I tried but when i preview my report, it gives me the big dreaded error box and says The expression contains undefined function call CsvList().

Here is my function def:

Public Function CsvList(ParamArray items As String()) As String
    Return Join((From s In items Where Not String.IsNullOrEmpty(Trim(s)) Select s).ToArray, ", ")
End Function

and here is my call to the function:

= my_reports.General.CsvList(
  Fields.Firm,
  Fields.Name1,
  Fields.Name2,
  Fields.Address,
  Fields.AptType + " " + Fields.AptNum,
  Fields.City,
  Fields.State,
  Fields.Zip,
  "PH: " + Fields.Phone,
  "FX: " + Fields.Fax,
  "RSN: " + Fields.Reason
)
Peter
Telerik team
 answered on 10 May 2011
1 answer
254 views
Hi,
I'm trying to use the evaluation version of telerik Reporting and I've this kind of problem.
I need to show into the report some data (busines objects) from a ViewModel of mine.

I mean:
I have a view with a reportViewer :

 

 

 

    <telerik:ReportViewer x:Name="ReportViewer1" Report="{Binding DataContext.Report, ElementName=this}" />

 

In its code behind I set the datacontext to the ViewModel:

 

 

    this.DataContext = new myViewModel();

 


Now the problem is:
in myViewModel I have the property "Report" as Telerik.Reporting.Report
and also another property "MyProp" (string) that I need to show into the Report

Is it possible to do that and what is the way?
I mean: how have I to set the textBox in the report ?

thanks in advance
Michele Semprini

Chavdar
Telerik team
 answered on 09 May 2011
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
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?