Telerik Forums
Reporting Forum
1 answer
155 views
I am having an issue with a text box in the header section.
At the top of my report is a address EX:

    Location Name
    Address1
    Address2
    City, State Zip

In most cases there is no address2.  Therefore I would like it to print like the following:

    Location Name
    Address1
    City, State Zip


Instead I continue to get.

    Location Name
    Address1

    City, State Zip

How do I get it so any blank line in the header section is removed.
Steve
Telerik team
 answered on 19 Mar 2009
5 answers
266 views
I just started using Telerik Reporting and created my first simple report. When I view the report in the Preview pane then it all aligns correctly. However, when I preview in the Html Preview pane then some of the header/detail fields do not align correctly. The detail field is the same as the first Preview pane, but the header items (last two out of four) appear much to the right of the detail field below. How do I make these align in Html mode?

Thanks
Steve
Telerik team
 answered on 19 Mar 2009
4 answers
95 views
Hi ,

I'm using Q3 2007 version, the web viewer can be shown on the page, the export and print function work normally, but no data can display

there is the link
http://hk.crownrelo.com/cwmasset/page/reportviewer.aspx

Alex

Steve
Telerik team
 answered on 19 Mar 2009
5 answers
182 views
Hello!

Actually I'm testing your Telerik Reporting Product (Telerik_Reporting_2008_3_1402_trial). I have designed a big report (>255 Textboxes ==> I know, that this are many textboxes, but this is real life), so I needed to part the whole report in one main report and in one subreport (don't missunderstand me ==> it is not designed as the master-detail-example yet).

I added a subreport control to the main report and set the reportsource-property to the subreport I created. Then I run my web application in VS 2008 SP1. Everything works fine.

After I close the running web application, Visual Studio tells me, that there are errors and the main report class could/should not be loaded into the designer to prevent data loss.

The two error messages in detail (translated from german VS with google language tools):

1)
german: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
english: Object reference not set to an instance of an object.

2)
german: Die Variable reportZahlung1 wurde nicht deklariert oder nicht zugeordnet.
english: The variable reportZahlung1 has not been declared or not assigned.

So I can't go on with the designing of the report. Interesting is, that when I start the project again, everthing works still fine.

Any suggestions to solve the problem would be very nice.

By

Michael
M
Steve
Telerik team
 answered on 18 Mar 2009
1 answer
367 views
Good day,
 I made report with four subreports. My problem is, that if subreport is smaller than page height and higher than odded space on the actual  page, than will  be report  generated on the new page and odded part of actual page will be blank.

Following picture describes my situation
http://k0nd.sweb.cz/Reporting/BlankSpaceReport/blankSpaceReport.PNG

I tried to find solution but i was unsuccessful. I changed size of subreports and reports, but nothing helped me. I setted KeepTogether  property, but it did't help me too. 

My report lay-out is here:
http://k0nd.sweb.cz/Reporting/BlankSpaceReport/blankSpaceReportSettings.PNG

And finally, I made test report solution, which is similiar to my report with testing data. Behavior of this report is the same like my original report. Can anybody take a look at this.
Solution is here:http://k0nd.sweb.cz/Reporting/BlankSpaceReport/blankspaceReporting.zip

I found this document: http://www.telerik.com/support/kb/reporting/general/problem-telerik-reporting-renders-blank-pages.aspx 
but nothing helped.


Thank you
 kure256




Steve
Telerik team
 answered on 18 Mar 2009
1 answer
187 views
Hello,

      I bump into this problem when exporting to PDF, my localized characters are represented as textboxes in the PDF format, but my webviewer report looks okay. I check on this site for the solution "http://www.telerik.com/community/forums/reporting/telerik-reporting/support-chinese-language.aspx". I got the Arial Unicode installed and change my textbox property Font Name = Arial Unicode MS also tried  Font Name = ArialUnicode.  But the words are still boxes, this time its smaller boxes are displayed. Any other approach to show the localized characters?
raju
Top achievements
Rank 2
 answered on 18 Mar 2009
1 answer
104 views
Hello,

         I had used reportviewer to show report of customers related to city selected from dropdownlist.
         Now if i select one city which contains total 5 pages of records.
         then i go to the 5th page of report viewer.
         Now, i select another city which contains only 2 pages of records to be shown on reportviewer.
 
         As i was on 5th page of reportviewer, it does not get changed to first or default page index on
         Button_click when i change the city.

         Thus, it results into error.
                      Error : Unspecified error while processing the report request.

          I cant specify the datasource as i had created report through Wizard.
          I also tried,
               ReportViewer1.Report = new MyReport()
                        -- here i don't know what to specify in MyReport()

         But, it didn't work for me.
         Please elaborate me how to solve the problem as soon as possible.

Regards,
Jaspreet

        
Steve
Telerik team
 answered on 17 Mar 2009
3 answers
201 views
Getting this error trying to display a report with the Q1 2009 Web ReportViewer control.

Unable to serialize the session state. In 'StateServer' and 'SQLServer' mode, ASP.NET will serialize the session state objects, and as a result non-serializable objects or MarshalByRef objects are not permitted. The same restriction applies if similar serialization is done by the custom session state store in 'Custom' mode.


This was a working project that was upgraded to Q1 2009 and I have made no code changes other than to adjust for changed properties. I should note that this report is displayed inside of a radWindow (if that makes any difference I don't know). I am indeed using SQL Server for the session state. Please help, this was working perfectly until the Q1 2009 upgrade.

Nate
Chavdar
Telerik team
 answered on 17 Mar 2009
1 answer
294 views
Good day, my task is to create report, that contains customers's competition. This competition  will be genarated and after that it will be printed for customer (Black and white print).  Competition will contain reporting Chart. So, is there any way, how to distinguish lines in the chart? My idea is to distinguish lines by type (dashed, dotted, filled) or make some shapes in the intersections of chart.

Thank you for your response.
Steve
Telerik team
 answered on 17 Mar 2009
3 answers
86 views
Hello,

I'm using the Chart control in Telerik Reporting.
I have a chart, that contains a line serie and an area serie.
By default, the legend Item Marker takes the color of the
serie, which is what I want for the area serie.
But for the line serie, can I set the Item Marker to show
the penStyle pattern (i.e. Dash, Dot ..) instead of the
associated color ?

Is there a way to accomplish this ?
Would it be possible to set a custom image to the Item Marker?
if so, I could make an image of the pattern and set it to the Marker.

Thanks,

Steve
Telerik team
 answered on 17 Mar 2009
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?