Telerik Forums
Reporting Forum
5 answers
169 views
Hi
I have an application that uses ASP.NET forms authentication,
I store uploaded images in specific folders on the server which are restricted access with the following code in the web.config.
<location path = "myimages">
    <system.web>
        <Authorization>
            <deny users ="?"/>
        <Authorization>
    </system.web>
</location>

This works well in the application as the images are only viewable if the user has logged in and is authenticated.
However if I have a Picturebox on a report and try and bind it to one of the images in the restricted folder it fails,

The reports are stored in their own Project within the same solution as the main website.

Is there a way I can authenticate the reports so that I can access the images.

I hope I have explained the issue, but please ask if you need clarification

Thank You

Stef
Telerik team
 answered on 06 Sep 2013
1 answer
167 views
I have a report that I have to code that is pulled from 2 different tables. Both tables have the same data, but it's group a bit differently. I need sub totals for each category though. I also need a final total over all. Should I use sub reports or try to use groups? How can I do sub totals on groups?

Stef
Telerik team
 answered on 06 Sep 2013
3 answers
97 views
Hi,

I have to create a report using Telerik Reporting Q1 2011 which should be similar to the attached report . i am new to telerik controls so Can you guide me how to create the layout . I will assign the data source using code behind

thanks,
pankaj
Stef
Telerik team
 answered on 06 Sep 2013
1 answer
425 views
I do not see the Telerik reporting as an option in the add new item? I am using VS2012 trial version but we are getting the key next week. Is the trial version the issue? If not what could be causing this? Also, I reinstalled the Telerik reports and have VS2012 selected as the environment.
Thanks,
Charles
Nasko
Telerik team
 answered on 06 Sep 2013
5 answers
106 views
I have the option of SmoothLine set to true on my line series. How can avoid the wiggling on the line series? as shown on capture.jpg.

thanks for helping out.
Wadigzon
Top achievements
Rank 1
 answered on 06 Sep 2013
1 answer
1.5K+ views
Hi, am trying to generate custom on the fly report with landscape or portrait orientation (user selection during runtime). The fields should auto adjust to the page size accordingly. Any idea how to accomplish this? 

Here's what I did without much success-
1. create a report with custom size (i.e. width 8.5 and length 11, default is portrait)
2. create panels for header and details. dock the fields to left or right of the panels. am assuming the fields should stick to the edges of panel if page resized
3. in code ... I did the following to change the orientation to landscape (didnt work)

 

 

.PageSettings.Landscape = True
.PageSettings.PaperSize = New Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(11.0R), Telerik.Reporting.Drawing.Unit.Inch(8.5R))
.Panel1.Width = New Telerik.Reporting.Drawing.Unit(10, Telerik.Reporting.Drawing.UnitType.Inch)
.Panel2.Width = New Telerik.Reporting.Drawing.Unit(7, Telerik.Reporting.Drawing.UnitType.Inch)
.Width = Telerik.Reporting.Drawing.Unit.Inch(11.0R)

Thanks.

Stef
Telerik team
 answered on 06 Sep 2013
1 answer
80 views
Hi all;
I will like to know if there is a way to send parameters to my reportviewer and get the report refresh.
Thanks.
Nasko
Telerik team
 answered on 06 Sep 2013
1 answer
97 views
This one comes from your own documentation. Please take a look at this graph
http://www.telerik.com/help/reporting/graphhowtocreatelinechart.html

now if you look at the legend, each series, has a marker: Blue Square for Accessories, Red Rhomboid for Clothing, and Green Circle for components. But those are not in the graph at all (no Square, no Rhomboid and no Circle can be found in the graph). So what's the point in showing those geometric figures in the legend when just a single line (no Square, no circle, no Rhomboid) will suffice?. Is there anyway to deactivate these geometric figures? and show just a single line on each legend?

thanks.
Peter
Telerik team
 answered on 06 Sep 2013
1 answer
264 views
Hi,

I want to know if Telerik Reporting works with NOSQL - CouchDB.
Are all the Reporting features available for NOSQL.

Thanks,

Sujit Karpe
Peter
Telerik team
 answered on 06 Sep 2013
2 answers
50 views
Hello,

We recently upgraded the reports to the Q2 2013 release in a project that was previously using Q1 2011. We carried out this update in our local and development environments without issue. However, in the production environment, we experienced some issues that did not come up in our other environments. The reports render fine if they are generated from code and sent to the browser, but, if they are generated using the report viewer control, the report structure renders (fields on the form show up in the correct place, and default values for fields, set in the designer.cs file, render, see screenshot here: http://screencast.com/t/CJKr3kWBntgk) but there is no data being loaded into the form. This persists when we export the report from the report viewer, exporting a report that has no data. This behavior occurs for every report in the system.

I introduced some logging into one of the reports, and reviewed the differences between one that is generated in the report viewer versus one that is generated in the code and output to the browser. There are about 3 times as many entries in the working report as the non working report. At first, I thought the NeedsDataSource event for the report may not be firing, but, it seems to be called in both cases. I've noticed that the detail_itemDataBound event is not getting called, nor are the NeedsDataSource events for my tables in my report. 

I would expect the report to fail in both places, if it was something with the report. It seems like this is environment dependent. There is nothing in the Event Viewer which suggests there is an issue here. Could this be related to our .NET version on our production server (we only have 4.0 on production, while in development we have 4.5.)? Has anyone run into similar issues? Any suggestions?

Thanks,

Travis
Travis
Top achievements
Rank 1
 answered on 05 Sep 2013
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?