Telerik Forums
Reporting Forum
3 answers
156 views
I am using reporting 2008 Q2 and I am having problems when trying to move elements on my report. It seems I have to hold the leftclick on my mouse for a second or three before the textbox becomes movable. I am not sure if this a performance issue with my computer or if there is another thing at work. Any comments?
Steve
Telerik team
 answered on 17 Sep 2008
3 answers
160 views
Hello.

I used the webReportViewer control to show report on my page. Generating to pdf takes some memory and when the opration is complete it does not dispose it. After generating for exapmle 4 or 5 pdf's the memory cost is 400MB (50 page report).

Is there some solution to free some memory after gnerating pdf or excel??

Does report engine use session to store internal data or variables ??
Steve
Telerik team
 answered on 17 Sep 2008
1 answer
68 views
Hi All,

Need your help guys.

Can anybody please let me know that, is there any 
Utilities or Tools
for Crystal Report where I can fit 60 Characters in a 40 characters
text box without changing the font size vertically ?

This means that, font will get narrower or compressed and adjust automatically based upon the width size of the text box .

I am using Visual Studio 2005 and I want the Utilities on VB2005 (FW 2.0)

Urgent.

from
Mayukh
Steve
Telerik team
 answered on 17 Sep 2008
12 answers
348 views
Hi,
 I am using vs2005, reporting Q1 2008 trial downloaded from component
source.

I have a web application running on my dev pc which works correctly. When
I deploy it to my w2k iis web server I get the following error:

<add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=2.5.8.519, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" validate="true"/>

Web App Config:
- handler above exists in the web.config as it was added automatically.


Refences in VS2005:
- Telerik.reporting, reporting.interfaces, reporting.processing and reportviewer.webforms
  set to Local.

Application structure:
- Main menu application (web.config)
   - bin folder
        - Telerik sub application (web.config this file contains the handler)
            - bin folder
        - Delivery note sub application
            - bin folder

All dll's are copied to the top bin folder as it is necessary to get the app to work.
The handler is is in the sub application.

Web Server:
- W2k3 IIS with the latest patches etc.
- Using windows authentication (basic).

Any ideas why I get this error on the server but not local pc?

Regards,

Graham O'Riley
Netdocs Plc

Steve
Telerik team
 answered on 16 Sep 2008
1 answer
61 views
guys$0$0$0$0$0$0$0Is there a way to OR report filters rather than always ANDing them $0$0$0$0$0$0$0$0$0$0$0thanks$0$0kevin$0
Steve
Telerik team
 answered on 15 Sep 2008
1 answer
106 views
I noticed that the Telerik report generated through wizard does not print column headings on every page but only on first page. How does one expect the end user to know which column is being shown on second or third or fourth page ? It's a bad feature in Telerik reports.

Reports should be user-friendly, and not make things confusing for an end user.
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 13 Sep 2008
5 answers
146 views
in my reportviewer aspx page I have a button GO and in the onbuttonclick event I reload my report, I also load my report on page_load event, the report shows on the first time I visit the page( page_load) but if I click the GO button, the report data dissapeared and there is only background left.

My report is a master report with 3 subreports and I set the datasource of these 3 subreports with dataset I got from our data access layer.  (I do not think this matters since the first visit it works). Debug shows that the buttonOnclick event get triggered and the loadMyReport function get called again. 


Code Snippet:

    protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            LoadMyReport();
      }
    }

    protected void ButtonGo_OnClick(object sender, ImageClickEventArgs e)
    {
        LoadMyReport();
    }

    private void LoadReportNotifStatus()
    {

        this.ReportViewer1.Report = null;
        DataSet ds = getDataSet1();
        DataSet ds2 = getDataSet2();
        DataSet ds3 = getDataSet3();

        rptMyMaster rptMaster = new rptMyMaster();
        rptMaster.SetSubReportDetailDataSource(ds);
        rptMaster.SetSubReportSummaryDataSource(ds2);
        rptMaster.SubReportChartDataBind(ds3);
        this.ReportViewer1.Report =rptMaster;
    }

    thanks in advance.
-phelix

phelix
Top achievements
Rank 1
 answered on 12 Sep 2008
1 answer
120 views
We are still using reporting 2.0.1.0 on our production site. 

Telerik reporting has worked flawlessly since implemented.  We couldn't be happier with the features.

We just tested however with IE 8 and Chrome and both are rendering with a lot of white space with the same structure.  IE 7 and FF 2 & 3 display as intended.  Is this something fixed in the latest release?  What we are seeing is that instead of the report being "full screen" within the report viewer, it gives about 3 inches of white space (padding) all the way around (perhaps 4-5 inches at the top), making the report in basically a new window about 2 inches high with scroll bars.  This odd window is below the bottom of the ie window so users just see the reportviewer menu bar then white space.

Any suggestions would be appreciated


Steve
Telerik team
 answered on 12 Sep 2008
3 answers
130 views
Is there a way to adjust the paging in the Telerik Reports. For example can I have it display 300 records, or not use paging at all.
Steve
Telerik team
 answered on 12 Sep 2008
8 answers
405 views
Is it possible to create an embeded SQL statement that is created based on what the user selects, and then attaching it as the datasource to the report?

Something like:

string SQL = "Select CustomerID, CustomerName from Customer where CustomerID = 1 and CustomerID = 3 and CustomerID = 8"

report1.datasource = SQL;
tony
Top achievements
Rank 1
 answered on 11 Sep 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?