Telerik Forums
Reporting Forum
1 answer
334 views
Hi,

I am new to Telerik reporting and i am trying to access report using URL and show is ReportViewer1 in  aspx page.

But when i run the application i get following error. Please let me know the issues.

I am using 7.0.13.426 

 

 

 

 


ReportSource

 

 

reportSource = new UriReportSource {Uri = ResolveClientUrl("http://xxxx/Report/PerReportsViewer.aspx?ID=2585")};

 

ReportViewer1.ReportSource = reportSource;



For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.ThrowWithoutLineInfo(String res)
at System.Xml.XmlTextReaderImpl.ParseDoctypeDecl()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlReader.MoveToContent()
at Telerik.Reporting.Xml.ObjectXmlReader.Deserialize()
at Telerik.Reporting.Xml.XmlSerializer.Deserialize(XmlReader reader)
at Telerik.Reporting.Xml.XmlSerializer.Deserialize(String fileName)
at Telerik.Reporting.XmlSerialization.ReportXmlSerializer.Deserialize(String intputUri)
at Telerik.Reporting.Processing.UriReportDocumentResolver.Resolve(IReportDocumentResolverContext context, UriReportSource rs)
at Telerik.Reporting.Processing.ReportDocumentResolver`1.Telerik.Reporting.Processing.IReportDocumentResolver.Resolve(IReportDocumentResolverContext context, ReportSource rs, Boolean loadParameters)
at Telerik.Reporting.Processing.ReportDocumentResolver.<>c__DisplayClass1.<Resolve>b__0(IReportDocumentResolver r)
at Telerik.Reporting.Processing.ReportDocumentResolver.Bind[T](ReportSource source, Func`2 func)
at Telerik.Reporting.Processing.ReportDocumentResolver.Resolve(IReportDocumentResolverContext context, ReportSource source, Boolean loadParameters)
at Telerik.ReportViewer.WebForms.ParametersPage.ResolveReportDocument(ReportSource reportSource)
at Telerik.ReportViewer.WebForms.ParametersPage.get_ReportDocument()
at Telerik.ReportViewer.WebForms.ParametersPage.get_ParamsManager()
at Telerik.ReportViewer.WebForms.ParametersPage.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at Telerik.ReportViewer.WebForms.ParametersPage.OnPreLoad(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Unknown
Top achievements
Rank 1
 answered on 17 May 2013
1 answer
177 views
All of my reports are currently in Active Reports 6.0 and I'd like to convert them to Telerik but when I get to that part of the wizard active reports doesn't even show up as an option.  I've tried the redirect in the devenv.exe.config but that didn't help.  From what I've been able to gather from a couple of other posts there is no converter for AR 6 but I thought I should at least have it as an option, even if it doesn't really work.  Has anyone else run into this?
IvanY
Telerik team
 answered on 17 May 2013
9 answers
1.0K+ views
Hi,

I would like to know how to access the Fields.Item equivalent for a collection of complex objects. Unless I am overlooking something, the documentation for expressions is woefully inadequate. Where does the documentation mention the use of Fields.Item and other available api?
The only time I have seen any mention of the use of these api is in replies to forum posts and these are few indeed. Most of the replies that mention it are from Steve (many thanks for those).

In any case, what I am trying to do is pass the current list item data context to a method on the report data source object. The data source object exposes a list of complex objects that are used as the data source for a list in the report. The method call occurs when a table grouping expression is evaluated.

Expression example:
"=ReportItem.Report.DataSource.MyMethod(Fields.Item)"

If I can access the "Fields.Item" object everything works but of course it only works for objects such as strings.

I am using the latest version of the telerik controls (Q1 2013 build 7.0.13.228).

Thanks,
Tom
Chavdar
Telerik team
 answered on 17 May 2013
1 answer
51 views
I'm creating a simple label report. The label is preprinted with the logo, address and headers and I'm just filling in the data.

What I would like to do is create the report as it will print, so that when they preview it ,it'll look like it will on the preprinted form (with the logo, address and headers), but don't want the headers and such to print when they actually print.

Is there a way to do this?
IvanY
Telerik team
 answered on 17 May 2013
2 answers
197 views
Dear all, 

how to i can replace page header section with  report header section?

Actually i want show report header section above of page header section

Thanks very much



Mahdi
Top achievements
Rank 1
 answered on 16 May 2013
1 answer
113 views
How to open Outlook With Attachment in  Rendered PDF File in Web Application ? 
If I Rendered PDF it will  Saved in Server Machine .I Cannot View the Attachments in Client Machine? or 
 How Save the PDF in Client Machine Without Showing open/Save Dialog?

Stef
Telerik team
 answered on 16 May 2013
5 answers
1.7K+ views
I created an user control with RadTabStrip and RadMulitipage.It is placed in a Radpane in MasterPage.Content page(.ascx file) loaded dynamiclly into Multipage,Tabstrip is used to be a navigation.I built some reports.the reportviewer has it's own scrollbar,Both X and Y.when the content area is larger than the viewer's original size,it ugly. I want the reportviewer to fullfill the content area,the scorllbar of X is placed on the bottom and the Y bar is placed on the right.

what should i do?

Thanks
Stef
Telerik team
 answered on 16 May 2013
3 answers
1.0K+ views
I am wanting to set 2 parameter values to the start of the previous month and the last day of the previous month

Can I build a new date in an expression? Something like   = new Date(Today().year, Today().Month, 1).AddMonths(-1)
Chavdar
Telerik team
 answered on 16 May 2013
2 answers
314 views
Hi,

Is it possible to convert a Crystal Report report to a Telerik Report using the Telerik Report Designer?

If so, how?
If not, can I put it on the feature request list? :)

I have tried to convert several Crystal Report files by adding then onto a page, but this way I cant seem to convert it to a TRDX file..
And since we need to check them all by hand using the Report Designer it would be a very neat feature in the Report Designer.

Insad
IvanY
Telerik team
 answered on 16 May 2013
1 answer
58 views
Hello, 

I'm trying to display group headers even though the group is "Empty".  

My example setup:
Two data sources: GroupDataSource and FieldDataSource
Parameter GroupCodes: DataSource:= GroupDataSource, Value:= AllValues(Fields.GroupCode)
FiedDataSource contains SQL:
"WHERE  table.GroupCode in @GroupCodes"

Suppose I select group codes 1, 2, and 3, but there are only fields with groupCodes 1 and 2.  There will only be groups for 1 and 2, obviously, but I would like to make a header for the "empty" group (non-existant, in a way...) 3.  Is this possible?

Thanks,
Gabriel
IvanY
Telerik team
 answered on 16 May 2013
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?