Telerik Forums
Reporting Forum
2 answers
356 views
I have a report that is bound to a business object list.  The business object class contains a list of child objects.  Example:  The parent object is Company, and the Company class contains a list of Employees.  The report shows the details of each company, and the list of employees for each company.  This senario fits the use of a SubReport.  However, is there a way to do this without a SubReport?  And if not, is there a way to pass the child items to the subreport, instead of the ID of the company?  (since the child objects are already populated in the Company object, if I pass the ID of the company, the Employee list will have to be retrieve a second time)

Thanks,
Justin
Justin Lee
Top achievements
Rank 1
 answered on 20 Jul 2011
3 answers
113 views

Hi, I have the following fields (htmlTextBox) in my report, and when "Data x" fields have long text then fields grow, all good, except Label A would not grow. Is it possible to define somewhere so that Label's height is always equal to data field's height (without using table)

Report e.g.
Label A    |    Data A
Label B    |    Data B
Label C    |    Data C



Thanks

 

Steve
Telerik team
 answered on 20 Jul 2011
1 answer
104 views
I am running the Premium collection, and have just updated RAD AJAX and Reporting components. I find that I have only four skins available to select from in the Report Viewer.

I thought I would try to type in one of the new ones (Office2010), and this triggers an error indicating lack of a DLL resource.

I could interpret this in one of two ways:

1) only the four basic skins are supported in the Report Viewer control

2) I need to update my configuration in some way that is not obvious to me, the reporting components appear to be registered and the reports themselves work fine.

Anybody have ideas on this? It makes no sense to have so many standard skins available elsewhere, yet not on the viewer control itself.
Steve
Telerik team
 answered on 20 Jul 2011
1 answer
108 views
Hi,

We are using Radgrid having date field colums with AllowFilteringByColumn="true" property.
While the page is loading we get this error 'ct100_ContentPlaceHolder1_GridName_gdtcSharedCalendar'  was not found. Could you please tell us where are we possibly going wrong.

Also because of this error, the page does not load properly and  the grid becomes distorted.
Here's our code:

can you please provide the solution for this ASAP. 

<telerik:RadGrid GridLines="None" HorizontalAlign="Left" BackColor="#EFF7FF" ID="gvDrilDown"
                               CellPadding="0" CellSpacing="0" EnableViewState="true" AllowMultiRowSelection="false"
                               runat="server" AllowPaging="True" AllowSorting="True" AutoGenerateColumns="true"
                               AllowFilteringByColumn="true" PageSize="50" AllowAutomaticDeletes="false" PagerStyle-AlwaysVisible="true"
                               PagerStyle-Mode="NextPrevAndNumeric" OnNeedDataSource="gvDrilDown_NeedDatasource"
                               OnColumnCreated="gvDrilDown_ColumnCreated" Skin="Office2007" OnPreRender="gvDrilDown_PreRender"
                               OnItemDataBound="gvDrilDown_ItemDataBound" HeaderStyle-HorizontalAlign="Center"
                               ItemStyle-CssClass="borderRight" HeaderStyle-Font-Underline="true" OnItemCreated="gvDrilDown_OnItemCreated"
                               Height="100%">
                               <HeaderStyle HorizontalAlign="Center" Wrap="false" CssClass="clsTableHeading1" Font-Underline="true" />
                               <ItemStyle />
                               <MasterTableView TableLayout="Auto" Name="DrilDownRpt" AllowMultiColumnSorting="false">
                                   <NoRecordsTemplate>
                                       <span class="clsTableCellLeft1" style="padding-left: 250px;"><b>Sorry, there is no matching
                                           data available for display.</b></span>
                                   </NoRecordsTemplate>
                               </MasterTableView>
                               <ClientSettings EnableRowHoverStyle="false">
                                   <Scrolling AllowScroll="true" UseStaticHeaders="true" />
                                   <Resizing AllowRowResize="false" AllowColumnResize="false" />
                               </ClientSettings>
                               <ItemStyle Font-Size="8pt" />
                           </telerik:RadGrid>
Manishkumar
Top achievements
Rank 1
 answered on 20 Jul 2011
3 answers
103 views
Hello Experts,

I have a problem on a telerik report..When I run the report I see one page report,but when I export it to excel or pdf ,the report is repeated several times.
What may cause to this?

You can see screenshots...


Brisa Bilgi Sistemleri
Top achievements
Rank 1
 answered on 20 Jul 2011
8 answers
76 views
I get the following error:

An error has occurred while processing Table 'tblCodeBlocks':
Method not found: 'Int32 System.String.Compare(System.String, System.String, System.Globalization.CultureInfo, System.Globalization.CompareOptions)'.

when I attempt to run my report on our Windows 2000 Production Server, it has .NET 2.0 SP 1 installed. The report consists of a single SqlDataSource (which is fine) bound to a single table within the report. The VS2010 project is set to use .NET 2.0... but from the error it appears as if the method just isn't available? Other things in the report come through out such as my static header etc., the table piece just fails to load. Any idea why this would be?

P.S. I'm using the latest release of the Telerik Reporting tools (Q1 2011)
Steve
Telerik team
 answered on 20 Jul 2011
1 answer
432 views
I am using Telerik reporting in a silverlight application and loading the data by using report service and SQLDataSource. The report could not be rendered and throwing the following Exception:

Error: System.Reflection.TargetInvocationException : An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.
   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
   at Telerik.Reporting.Service.SilverlightClient.RenderAndCacheEventArgs.get_RenderingResult()
   at Telerik.ReportViewer.Silverlight.ReportViewerModel.OnRenderAndCacheCompleted(Object sender, RenderAndCacheEventArgs e)

------------- InnerException: -------------

System.ServiceModel.ServiceActivationException : The requested service, 'http://www.govansoft.com/CRE.SL/ReportService.svc' could not be activated. See the server's diagnostic trace logs for more information.
   at System.ServiceModel.Channels.Remoting.RealProxy.Invoke(Object[] args)
   at proxy_2.EndRenderAndCache(IAsyncResult )
   at Telerik.Reporting.Service.SilverlightClient.ReportServiceClient.OnEndRenderAndCache(IAsyncResult result)
   at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)

Steve
Telerik team
 answered on 20 Jul 2011
3 answers
145 views
Is it possible in the windows forms report viewer to show two pages side by side?

Our issue is that we have a REALLY wide report that we want to create that would print on 2 legal sheets of paper in landscape mode, and we want to be able to see it on screen so they can scroll across and see the whole report, but when they print it have it successfully print on two pages.

I have not seen a good way to get this to work.

Any insight on this?

Thanks,

Sean
Steve
Telerik team
 answered on 20 Jul 2011
3 answers
425 views
Hi Telerik,
                We are writing a Silverlight appliction by using Telerik reporting. It seems that the report viewer shows only one page one time. To browse the next page, you need to click the next button on the report viewer. It is ok for me, but this may cause some problems for  our clients. They would like to see the next page by scrollling down the vertical scroll bar. When the scroll bar reaches at end of current page, it will jump to the next one. The version we are using now is  2010 Q3. Does the current version of report viewer have this function?

Yuting
Steve
Telerik team
 answered on 20 Jul 2011
1 answer
88 views
I have a web application which uses a Class Library for my reports. I have upgraded my application to .net 4 but not sure if I should upgrade the library also. I see in the library properties under Advanced Compile Options where I can change the target to 4 from 3.5 but don't want to break anything. Is that the recommended way of upgrading to 4?
Steve
Telerik team
 answered on 20 Jul 2011
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?