Telerik Forums
Reporting Forum
42 answers
1.6K+ views
Good morning,

I have been looking for a reporting solution for my WPF project and downloaded the 60-day trial today as IMO the Telerik API's are the best I've seen. However, I seemed to have stumbled at the first hurdle.

I've created a .NET 4 app, (Not Client Profile) and tried to add a new report to the solution and I am getting the following error message in VS2010:

The vstemplate file references the wizard class 'Telerik.Reporting.Design.Wizard.AddNewReportWizard', which does not exist in the assembly 'Telerik.Reporting.Design, Version=6.0.12.215, Culture=neutral, PublicToken=a9d7983dfcc261be'. 

Could someone help me with this because I'm keen to get on with the project and order Telerik Reporting if it does the job for me!

Thank you,

Paul Pitchford.

Note: The example solutions that have reports already in them seem to work great.
Dan
Top achievements
Rank 2
 answered on 14 Jan 2014
3 answers
113 views
Does the Reporting classes have a getVersion method?

Your AJAX product has the following: 

Telerik.Web.UI.Common.Version.GetVersion()

Something like this should be available via all your products.
KS
Top achievements
Rank 1
 answered on 14 Jan 2014
1 answer
175 views
Hi

I want to show the picture in a picturebox
picture is store as text in database table. my code is :

            string bmpStr = "=Fields.Sign1";
            int NumberChars = bmpStr.Length;
            byte[] myBytes = new byte[NumberChars / 2];
            for (int i = 0; i < NumberChars; i += 2)
            {
                myBytes[i / 2] = Convert.ToByte(bmpStr.Substring(i, 2), 16);
            }

            System.IO.MemoryStream ms = new System.IO.MemoryStream(myBytes);
            System.Drawing.Image img = System.Drawing.Image.FromStream(ms);
            this.pictureBox2.Value = img;

Fields.Sign1 is coming from a database which store as text field in sql server but it is image
can any one help me in this please???
           
IvanY
Telerik team
 answered on 13 Jan 2014
1 answer
80 views
We're migrating all of our existing reports from a different reporting tool to Telerik Reports.  We have one report that I would like to utilize one of your graphing options to replace, but cannot find a graph that would work.  Please look at the attached image and any suggestions as to a similar graph would be great.  Basicly this is like a bar chart showing two different sets of data (one as red lines, the other as black), the key is the data ranges are not all zero based like a normal bar chart.

Any guidance or suggestion would be appreciated.

Chris
Ivan Hristov
Telerik team
 answered on 13 Jan 2014
1 answer
235 views
Hi,

How should I write a code to do this?

http://prntscr.com/2hmr2c
http://prntscr.com/2hmu48


thanks :)

IvanY
Telerik team
 answered on 13 Jan 2014
3 answers
178 views
Hi

is there a way to bind a table or a list to EntityDataSource "parameters" property?
i`ve tried all expressions i can think of, but non produces the desired result?
if not, what would be the best way to do so on the code behind?

thanks

Hinata
Top achievements
Rank 1
 answered on 13 Jan 2014
2 answers
844 views
Hi
i want to bind the image in telerik reporting picture Box.
image is pass as string as report parameter from aspx page. code is like this

                string bmpStr = Request.Form["SigImgData"];
                var report = new DailyJobReport();
                InstanceReportSource reportSource = new InstanceReportSource();
                reportSource.ReportDocument = report;
                report.ReportParameters["Id"].Value = 109520;
                report.ReportParameters["ImageString"].Value = bmpStr;
                this.ReportViewer1.ReportSource = reportSource;

can any one help me on this plz?


Peng
Top achievements
Rank 1
 answered on 10 Jan 2014
1 answer
133 views
Hello,
I've created a Graph with the x-axis of datetimescale type and attached a datatable as the data source.
This works ok, but there's a catch.
The dates I want to show on the x-axis aren't all inclusive, i.e. I have a datatable with just weekday dates shown for the month of January, the weekend dates are removed.
However, the Graph, very "helpfully" has "fixed" that "error" of mine and inserts the weekend dates onto the axis anyway.
How can I suppress this behaviour programmatically? I don't want to show weekend dates on my axis. I only want those dates in the datatable to be shown. I don't want to convert the dates to a string, because when I do, it very "helpfully" shows the full date/time format, so for example 01/01/2013 comes out like "01/01/2013 00:00:00.00000", so it needs to be left as a datetimescale type.
I am not using the report designer to create this Graph. I am creating it programmatically using VB.NET.
I've put the snippet where I create the graph axis below.
Thanks,
Rebecca

Dim graphaxiscatscale As New GraphAxis()
graphaxiscatscale.Name = "GraphAxis1"
graphaxiscatscale.Scale = New DateTimeScale()
graphaxiscatscale.LabelAngle = 90
graphaxiscatscale.LabelFormat = "{0:d}"
Ivan Hristov
Telerik team
 answered on 10 Jan 2014
1 answer
104 views
Hello,

I'm
exporting to PDF, but the file that generates me if I see it from the browser, it shows me the contents of the document with special characters, but if I download the file, it is displayed correctly.

How do I fix it look correct also in the file browser?

Thank you for your help.
Squall
Top achievements
Rank 1
 answered on 10 Jan 2014
1 answer
150 views
When I open the Stand-alone report designer. The preview menu option is not available. No where to be seen.
Peter
Telerik team
 answered on 10 Jan 2014
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?