Telerik Forums
Reporting Forum
2 answers
81 views
I am using Reporting version 4.0.10.423 and have run into an issue. I have just loaded IE8 and now my reporting toolbar disappears. After reading some threads I did add "

<!

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

"
to my page but I am still having problems with it disappearing.

Any ideas?


Thanks

Dwayne Starkey
Top achievements
Rank 1
 answered on 30 Jul 2010
1 answer
364 views
Hello,

I try to bind a datatable to a table on a report in the C# code.
I could find anything about this topic. Is this possible?

Just want to fill a datatable with two columns and 2 rows. That datatable should be shown on a report.

(or maybe)

When it's possible to bind a filtered Telerik.DataGrid on a report table that would be better.

Chris
Peter
Telerik team
 answered on 29 Jul 2010
0 answers
62 views
I am building the report in code and basically create textboxes and images from a wpf canvas. When the user scales a textbox on the canvas and the program creates a report from the canvas there does not seem to be a may to add the ScaleTransform to the report textbox. I am also allowing the user to rotate the textbox and I am using the angle property to set the textbox angle on the report.

Does anyone know if I can set a scale transform on a report textbox?
Rodney Hilton
Top achievements
Rank 1
 asked on 29 Jul 2010
2 answers
71 views
Hi,

I am trying to Modify the chart Y Axis Item Labels of a report that is displayed in the silverlight report viewer (2010 Q2).
The Reason for this is that I need to modify the Labels into a non standard format string 'HHH:mm:ss' where hours could be more than 24.
I have followed the samples but none seem to work in the silverlight vierwer.
Setting the chart title visible and setting the text does work.
I can debug the code and all the settings are applied but it is as if the report is already rendered or if it is re-rendered after the modifications.
I have tried the code in the NeedDataSource Event but the series (to get the max value) is not available yet.
It is available in the ItemDataBound Event but the .

Am I missing a setting?

Help please....

Code:

chart1.ChartTitle.Visible =

 

true; // works

 

chart1.ChartTitle.TextBlock.Text =

 

"Test setting the value"; // works

 


chart1.PlotArea.YAxis.Clear();

chart1.PlotArea.YAxis.AutoScale =

 

false;

 

chart1.PlotArea.YAxis.AddRange(1, 10000, 10000 / 10);

 

 

for (int ii = 0; ii < chart1.PlotArea.YAxis.Items.Count; ii++)

 

{

chart1.PlotArea.YAxis.SetItemLabel(ii,

 

LabelConverterhelper.ConvertToTimeString((double)chart1.PlotArea.YAxis.Items[ii].Value)); // Does Nothing
// Does not work either

 

 

 

 

//chart1.PlotArea.YAxis[ii].TextBlock.Text = ChartLabelConverter.ConvertToTimeString((double)chart1.PlotArea.YAxis.Items[ii].Value);

 

 

 

 

}

Kobus
Top achievements
Rank 1
 answered on 29 Jul 2010
13 answers
339 views
As it appears that we still don't have matching themes between the Web Viewer and the normal Telerik AJAX controls I am trying to setup my own theme so that there is some consistancy between my main app and the report viewer.  Sorry to sound negative but this is something that should have been added ages ago.

I am having issues.  I put the skin with css and images into a folder called /Styles/ReportViewer/Black now in the code I set the following:
reportviewer.Skin = "Black"
reportviewer.SkinsPath = "/Styles/ReportViewer"

The initial view of the page works but this is before any filter criteria are set and the report viewer doesn't have any data.  If I then hit my Search button and perform an ajax call I see the images in the viere toolbar change to those from the Office2007Blue set.  Interestingly the black background for the toolbar stays but the icons change.

I've tried this with a ~ at the front of the SkinsPath but this time the initial view doesn't work.

I've been using the code from the http://www.telerik.com/community/code-library/reporting/general/applying-custom-skin-to-the-web-report-viewer.aspx example and that doesn't seem to help at all...  Any pointers or has something changed that I'm missing.  I'm using the 2010 Q1 release.

Regards,

Jon
Steve
Telerik team
 answered on 29 Jul 2010
1 answer
86 views
Basically we want to show 5 columns of data on the screen but export 10 columns of data. This is using the silverlight viewer and exporting to csv format.

If I set the width of a column to 0 or set Visible='False' on the textbox in the detail row I get the error: Object reference not set to an Instance of an object.

Is there someway to accomplish this?

Thanks,
Brian

Steve
Telerik team
 answered on 29 Jul 2010
1 answer
69 views
Is possible call an XAML in the event Action of the TextBox in the Report (Silverlight)?
Peter
Telerik team
 answered on 29 Jul 2010
1 answer
116 views
Our client is looking to be able to resort a report based on clicking on a column header via our asp.net application.
Is there anyway to provide this functionality?
Peter
Telerik team
 answered on 29 Jul 2010
1 answer
746 views
Hi Team,

We are using telerik reporing for our project and we are required to add the Dropdownlist to the report.
Can you please tell me is this possible or not.
And also we want to add charts to be generated dynamically, if there is any sample can you please share us the link.

Thanks in Advance

Narender.
Peter
Telerik team
 answered on 29 Jul 2010
2 answers
198 views
I like the demo app that has a report manager function. Is there any tutorial on how to set up my own report manager please.

I guess what I'm after is a report Library project. Something that contains all my report definitions in its own tier
 from what I can tell the telerik.examples.Csharp Demo application seemed to allow a Report viewer to be dynamically populated.

Some guidance on how to create this for myself would be helpful.

I have tried to add a report viewer to a WPF window but I get an exception error

Note I can add a report viewer succefully to a silverlight project and to a windows forms project. It's the WPF project that won't work.
Will Ferguson
Top achievements
Rank 1
 answered on 29 Jul 2010
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?