Telerik Forums
Reporting Forum
1 answer
162 views
Is there a way of preventing the very last row of some data appearing on a new page on its own? I’m thinking of something like a property specifying “don’t allow fewer than x rows to appear on a page on their own”. So for example, if I have a dataset containing 25 rows and each page of my report can accommodate 24 rows, ordinarily I would get the heading labels and the last row on a new page on their own. What I would I like is to be able to set a property to say 3, resulting in page one containing 22 rows and page two containing 3 rows.
Steve
Telerik team
 answered on 27 Apr 2012
1 answer
160 views
Hi, 

I have dragged a chart object onto my design view. I have also set up a datasource that returns relatively simple data, e.g. A DVD title, and Quantity Sold. 

I have set this data source in the 'Data Source' property of the chart. I have also inserted the following code in the .cs file, e.g.

private void chart1_NeedDataSource(object sender, EventArgs e)
 {
Telerik.Reporting.Processing.Chart procChart = (Telerik.Reporting.Processing.Chart)sender;
procChart.DataSource = ChartExample1;
 }

From looking at the following post, this appears to be all I should need to do in order to populate the chart, however it doesn't appear to be the case. 

Can someone help?

Thanks.
Steve
Telerik team
 answered on 26 Apr 2012
1 answer
169 views
Hi,

I am trying to generate a pdf from a report that meets the accessibility standards.
For this, I have to add headings so that the pdf is well indexed and can jump from one location to another.

The only thing that I found regarding this is the DocumentMapText field that I set on the Groups.
This creates a nice Bookmarks section for the document but doesn't mark the titles as headings.

Can you point me in the right direction on how could I mark the titles/subtitles on my report as headings?

Thank you.
Steve
Telerik team
 answered on 26 Apr 2012
14 answers
882 views
We incorporated Telerik report into our web-based cube browsing product earlier this year and it was very successful.

However the Excel export has not been popular.  The purpose of an export to Excel is to get the data into Excel and manipulate it further from there.  Unfortunately there is so much formatting in the Telerik Excel export that the result looks identical to the original report but is of no practical use.  In particular because of the blank rows and columns that are added to force formatting into the spreadsheet.

It would be preferable if the Excel export added lighter formatting.  It should never add blank rows and columns between the data.

We would also like to see drill-down capability in the Excel output using the Excel Grouping function.  We have done this using Reporting Services and an Analysis Services cube source and it has been very popular with users.
Steve
Telerik team
 answered on 25 Apr 2012
1 answer
122 views
 

We are displaying table1 for patient 1 and table2 for patient2.Here invisible table1 for patient2 and

table2 for patient1.But Next consecutive patients(means patient3,patient4,patient5,..) table1 and table2 are not displaying which are same conditions of patient1 and patient2 in the report.

How to make those tables visible to other patients also.

May I know Why this is happening altough we are making visible to "true".

Thanks

Steve
Telerik team
 answered on 25 Apr 2012
2 answers
178 views
HI,
I have create a web class library that contient a telerik reporting,and in the same solution a have create a website project and a user control to display a telerik reporting, and for that i have put a report viewer in the user control,i have add the class library reference to the web site project
and put too :  

Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load


        If Not IsPostBack Then
            Dim report As New HotelClassLibraryVb.HotelDashboard2
            'report1.DataSource = MyDataSource; 
            ReportViewer1.Report = report


        End If
    End Sub

In the user control to show the telerik reporting
But it doesn't work !!?I realy wish to know why 
Thankx
Berrabah
Top achievements
Rank 1
 answered on 25 Apr 2012
0 answers
87 views
I know i'm well beyond the intended use of Telerik Reporting, but i keep thinking there should be some creative and interesting way to do this.

What i want to do is use Telerik Reporting to generate some printed handouts.  There are about a dozen different ones, with the same template but different text/images.  The trick i'm running into is, any one handout may have X images, where X is between 0 and 5.  Additionally, i want text to either flow around them, or at least be broken by them (text above and below).  It would look like this


Blah blah blah blah blah 
blah blah blah blah blah 
          <IMAGE1>
blah blah blah blah blah
blah blah <IMAGE2
blah blah   IMAGE2>
blah blah blah blah blah

(example attached)

In a perfect world, the HTML textbox would accept all HTML, and i could use <img src...> and floats to solve this, but i understand the HTML text box is limited in function.  Does anyone have a brilliant notion on how to do this? or should i just save each side of my handout as an image and forget about my pipe dream here?
IIJ Tech Support
Top achievements
Rank 1
 asked on 24 Apr 2012
3 answers
107 views
Hi. 
I have a little problem, but can't handle it.
I have designed simple crosstable with drilldown.
In Designer's preview mode all works good. But when report is showed by silverlight application, drilldown toggle button (with +/-) is not visible. Beside this it works good when i click on its place (place, where it should be).


Can somebody help me? I appreciate any advices or critics.
Steve
Telerik team
 answered on 24 Apr 2012
11 answers
709 views
Hi,
I installed the Telerik Report Q 2012,but it dosn't existe when I do new item on visual studio 2010 web solution !
I check :
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\VisualBasic\Reporting 
and 
C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CSharp\Reporting
It exsite in the 2 folders the zip : Telerik_Reporting_Q1_2012_Visual_Studio_11_Refresh
I have close the vs 
I excute the commande : 
C:\Program Files\Microsoft Visual Studio 10.0\VC>devenv /installvstemplates
but the telerik reporting does'n exeiste 



Berrabah
Top achievements
Rank 1
 answered on 24 Apr 2012
10 answers
278 views
I am using the Silverlight Report Viewer to render reports via the Telerik Reporting Service.   These reports worked fine when I was using Telerik Reporting 2011 Q3 SP 1 and RadControls for Silverlight 2011 Q3 SP1. My Silverlight Application hosting the Telerik Silverlight Viewer was set for targeting Silverlight 4.  

I recently upgraded to Telerik Reporting 2012 Q1 and RadControls for Silverlight 2012 Q1.   I also changed the Silverlight Application hosting the Telerik Silverlight Viewer to targeting Silverlight 5. 

Everything compiled without errors or warnings.  But when I ran the report I got the error and stack trace below.

1.)   Does the Telerik Silverlight Viewer for Telerik Reporting 2012 Q1 works with targeting Silverlight 5?
2.)   Are there breaking changes for targeting Silverlight 5 for Telerik Reporting 2012 Q1 and RadControls for Silverlight 2012 Q1?



Webpage error details

 

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; GTB7.2; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET CLR 1.1.4322; .NET4.0C; .NET4.0E; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; Zune 4.7)

Timestamp: Thu, 23 Feb 2012 22:10:15 UTC

 

 

Message: Unhandled Error in Silverlight Application

Code: 4004   

Category: ManagedRuntimeError      

Message: System.InvalidCastException: Specified cast is not valid.

   at Telerik.ReportViewer.Silverlight.ZoomConverter.Convert(Object value, Type targetType, Object parameter, CultureInfo culture)

   at System.Windows.Data.BindingExpression.ConvertToTarget(Object value)

   at System.Windows.Data.BindingExpression.UpdateTemporaryValue()

   at System.Windows.Data.BindingExpression.GetValue(DependencyObject d, DependencyProperty dp)

   at System.Windows.DependencyObject.EvaluateExpression(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry)

   at System.Windows.DependencyObject.EvaluateBaseValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)

   at System.Windows.DependencyObject.EvaluateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry newEntry, ValueOperation operation)

   at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)

   at System.Windows.DependencyObject.RefreshExpression(DependencyProperty dp)

   at System.Windows.Data.BindingExpression.SendDataToTarget()

   at System.Windows.Data.BindingExpression.SourceAcquired()

   at System.Windows.Data.BindingExpression.System.Windows.IDataContextChangedListener.OnDataContextChanged(Object sender, DataContextChangedEventArgs e)

   at System.Windows.Data.BindingExpression.DataContextChanged(Object sender, DataContextChangedEventArgs e)

   at System.Windows.DataContextChangedEventHandler.Invoke(Object sender, DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.OnDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.OnAncestorDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.NotifyDataContextChanged(DataContextChangedEventArgs e)

   at System.Windows.FrameworkElement.OnPropertyChanged(DependencyProperty dp)

   at System.Windows.DependencyObject.RaisePropertyChangeNotifications(DependencyProperty dp, Object oldValue, Object newValue)

   at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)

   at System.Windows.DependencyObject.SetValueInternal(DependencyProperty dp, Object value, Boolean allowReadOnlySet, Boolean isBindingInStyleSetter)

   at Telerik.ReportViewer.Silverlight.ReportViewer.Initialize()

   at Telerik.ReportViewer.Silverlight.ReportViewer.OnApplyTemplate()

   at System.Windows.FrameworkElement.OnApplyTemplate(IntPtr nativeTarget)    

 

Line: 33

Char: 5

Code: 0

URI: https://athos.sscs.ad/CPB/scripts/handle_silverlight_error-1.0.0.js

 
Thanks,

Charlie J.

Steve
Telerik team
 answered on 24 Apr 2012
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?