Telerik Forums
Reporting Forum
3 answers
71 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
81 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
76 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
70 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
99 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
100 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
61 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
246 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
3 answers
188 views
Hi

We're using the silverlight report viewer control on a client application, everything was working fine till yesterday, now we're getting this error while trying to preview a report:

The type initializer for 'System.Windows.FrameworkElement' threw an exception.
The type initializer for 'System.Windows.Media.Transform' threw an exception.
Not enough storage is available to process this command

Please, this is urgent... what its causing it? how can we prevent it?

thanks in advance

Roygar
Peter
Telerik team
 answered on 09 May 2011
4 answers
334 views
I am facing problems regarding binding the columns of table in report, i have used the mysql db and the data is taken in a dataset
which contains all the data and data can be seen during debugging in a dataset but how can i display that data into a table which is inside
a report, i have taken parameters of report which are being shown when i run the application any urgent help will be grateful
Peeyush
Top achievements
Rank 1
 answered on 06 May 2011
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?