Telerik Forums
Reporting Forum
1 answer
158 views
Hello,

We've got a problem for web report viewer when displaying a report containing more than 1 page. The report has a group header and the detail section has a subreport containing data longer than 1 page. On web report viewer, the first page only display the group header, no subreport details, the second page starts to display subreport details. After export the report to PDF, the first page display group header and subreport details correctly.

Could you fix this problem in next release?

Thanks in advance.

mei
Chavdar
Telerik team
 answered on 12 Mar 2008
5 answers
364 views
We are currently running our builds through TFS. On our local machine, everything with the reports runs just fine, but when it runs through TFS, we end up getting some unusual errors and the build fails. I've copied the 4 required DLLs for web forms out to our additional references folder, which is all we've ever had to do in the past. Anyhow, the first time the build ran we got the following error:
C:\BUILD\Build\LearnShare Team Project\FEATURE Build\Sources\LMSOBJECTS\LMSReport.vb(7): warning BC40056: Namespace or type specified in the Imports 'Telerik.Reporting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. 
MSBUILD : warning : TF42097: A work item could not be created for build failure. The value for the following required fields is invalid or missing: Assigned To 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(7): error BC31072: Warning treated as error : Namespace or type specified in the Imports 'Telerik.Reporting' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(818): error BC30002: Type 'Telerik.Reporting.Report' is not defined. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(943): error BC30002: Type 'Telerik.Reporting.Report' is not defined. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1327): error BC30451: Name 'ReportParameterType' is not declared. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1328): error BC30451: Name 'ReportParameterType' is not declared. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1329): error BC30451: Name 'ReportParameterType' is not declared. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1330): error BC30451: Name 'ReportParameterType' is not declared. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1331): error BC30451: Name 'ReportParameterType' is not declared. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1332): error BC30451: Name 'ReportParameterType' is not declared. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1337): error BC30451: Name 'ReportParameterType' is not declared. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1339): error BC30451: Name 'ReportParameterType' is not declared. 
C:\BUILD\Build\XXXX\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1347): error BC30451: Name 'Telerik' is not declared. 

I then decided to remove the "Imports Telerik.Reporting" from the top of my class file and fully qualify all of the references to Telerik.Reporting.Report and Telerik.Reporting.ReportParameterType. I now get the following error.
MSBUILD : warning : TF42097: A work item could not be created for build failure. The value for the following required fields is invalid or missing: Assigned To 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(817): error BC30002: Type 'Telerik.Reporting.Report' is not defined. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(942): error BC30002: Type 'Telerik.Reporting.Report' is not defined. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1326): error BC30451: Name 'Telerik' is not declared. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1327): error BC30451: Name 'Telerik' is not declared. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1328): error BC30451: Name 'Telerik' is not declared. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1329): error BC30451: Name 'Telerik' is not declared. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1330): error BC30451: Name 'Telerik' is not declared. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1331): error BC30451: Name 'Telerik' is not declared. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1336): error BC30451: Name 'Telerik' is not declared. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1338): error BC30451: Name 'Telerik' is not declared. 
C:\BUILD\Build\XXXX Team Project\FEATURE Build\Sources\xxOBJECTS\xxReport.vb(1346): error BC30451: Name 'Telerik' is not declared. 
Paul
Top achievements
Rank 1
 answered on 11 Mar 2008
1 answer
270 views
Hi all,
two question about telerik reporting:

1)  Can convert a report created with XTraReport suite 7.3.7.0 ?
I'm considering various reports tools and I would compare telerik features with xtrareport features.
2) Why there isn't a grid component for report ?


Thanks in advance and best regards,
Diego
Svetoslav
Telerik team
 answered on 11 Mar 2008
1 answer
186 views
I have built a report using Telerik Reporting in VS2008.  Everything works while in VS2008, including running the web application.  The report is generated within the browser without a problem.  However when I migrate it to the webserver and run it all of the icons (next page, previous page, refresh...) show as broken image links and no data is displayed.  I have copied the the following files to the webserver:
Telerik.Reporting.dll
Telerik.Reporting.Interfaces.dll
Telerik.Reporting.Processing.dll
Telerik.ReportViewer.WebForms.dll

The web.config file contains the following lines:

<

assemblies>
<
add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<
add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<
add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<
add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<
add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<
add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<
add assembly="Telerik.ReportViewer.WebForms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
<
add assembly="Telerik.Reporting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
<
add assembly="Telerik.Reporting.Processing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
<
add assembly="Telerik.Reporting.Interfaces, Version=2.0.0.0, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
</
assemblies>

<

httpHandlers>
<
remove path="*.asmx" verb="*" />
<
add path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
<
add path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
<
add path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
<
add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" validate="true" />
</
httpHandlers>

<
handlers>
<
remove name="WebServiceHandlerFactory-Integrated"/>
<
remove name="ScriptHandlerFactory"/>
<
remove name="ScriptHandlerFactoryAppServices"/>
<
remove name="ScriptResource"/>
<
remove name="Telerik.ReportViewer.axd_*"/>
<
add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.0.1.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0" />
<
add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<
add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
<
add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</
handlers>

Any help would be welcome.
Steve

Chavdar
Telerik team
 answered on 11 Mar 2008
2 answers
105 views

I have a web project in Visual Studio.net 2005.  The backend is VB and it is on a networked server.  My computer is running

When I follow the instructions to create a report, it puts the VB file in my app_code folder.  I can then right click and open the report in Design Mode.

When I click the “Telerik Reporting” menu and select “Report Wizard”  visual studio either crashes with “Visual Basic Compiler has encountered a problem and needs to close.” Or I get this error: “An error occurred while processing this command.  Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Or this error. “the type initializer for 'keys' threw an exception”  I don’t know what to make of it.

If I click the drop down for DataSource in the reports properties, I get more errors…..

Any thoughts?

John
Top achievements
Rank 1
 answered on 10 Mar 2008
1 answer
130 views
How do I assign telerik reporting to dataset?

Is it possible?
Ivan
Telerik team
 answered on 05 Mar 2008
2 answers
104 views
Hi,

I have a web site using rad control and rad report. It was working fine on
development server. But last day when I published the web site to production,
everything was working fine except the ReportViewer page. The ReportViewer page has the following error:
Telerik.ReportViewer.axd?instanceid=72cd7df436b84e998592ce2b90c9f7c1&optype=Report&PageIndex=0)Login failed for user 'xxxx' .

Can you tell me what the problem is?

Thanks,

Devin


devin
Top achievements
Rank 1
 answered on 04 Mar 2008
1 answer
78 views
Hi,

I'm currently evaluating Telerik Report engine for the company I work for to see if it fits our need. So far it's all good but there's one last thing I need to confirm...

One of the report we'll generate will contains hundreds of pages divided in around 30 sections. For performance purposes, we want the user to be able to select only the report section he wants to see. Is it possible with Telerik to render only a specific part of a report?

We could divide the report in 30 reports but then the page numbers wouldn't fit so we really have to make it one report. Unless you have another solution...

Thanks,

Ben.
Hrisi
Telerik team
 answered on 04 Mar 2008
18 answers
947 views
Instead of having my web report open up in the report viewer. Can i have some C# code on how to export my report straight to open a PDF file on the clients browser? Please.
thulasiram
Top achievements
Rank 1
 answered on 04 Mar 2008
2 answers
435 views
Hi,

I Have a report webpage with multiple subreport in it.
the datesource of the report of each subreport is a stored procedure
with a parameter. So i need to pass this parameter.
I add a property of each report
    Public Property IdCible() As String 
        Get 
            Return SqldaCible.SelectCommand.Parameters(0).Value.ToString 
        End Get 
        Set(ByVal value As String) 
            SqldaCible.SelectCommand.Parameters(0).Value = value 
        End Set 
    End Property 

For a page with a simple report i make that :
Dim Idcible As String = Request.QueryString("IdCible").ToString 
CType(ReportViewer1.Report, Report2).IdCible = Idcible 
How to make the same with a subreport or perhaps there is another method ?

Thanks

Eric
Maveric
Top achievements
Rank 2
 answered on 03 Mar 2008
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?