Telerik Forums
Reporting Forum
1 answer
202 views
I have a requirement to generate a report that is actually 13 subreports in a single conatiner report.  Is there a way to force paging at the beginning of selected subreports.  I am using Report Headers in the subreports but setting the pagebreak on those headers does not provide paging.
Ivan
Telerik team
 answered on 25 Sep 2007
3 answers
184 views
I have a master report with several subreports in its detail section.  When I view the report via the WebViewer, the alignment of the subreport headers and detail sections in not consistent.  It seems like the subreports are indented in the WebViewer, but when I export to PDF the alignment is correct and consistent.  Is there a setting that I can adjust to avoid the indent?
Chavdar
Telerik team
 answered on 24 Sep 2007
1 answer
239 views
Hi,
   1.  I am grouping the data in report. However I am getting group on each page. eg. 1st group of customer shown on 1st page, 2nd group of customer shown on 2nd page. The data is not so large to go on next page. Do I need to set any property for showing all groups on one page?
If yes please let me know.

   2. I am not getting the print option on my report anywhere. For getting the print button do I need to write some code or do I have to include any dll file in my application. If include the dll file from where will I get that?

    3. Does the reporting tool provides any in-built aggregate function like
    sum(),average() for columns? Or it is suppossed to be done  programmatically?  
                                                                                Thanks,
                                                                                Rahul
     
Svetoslav
Telerik team
 answered on 24 Sep 2007
1 answer
128 views
Is this possible to open report on Adobe acrobat PDF distiller. Actually we have to give flexibility to user that he can print report of can first open it on acrobat and if wants then print it.
    Now if I select Acrobat distiller from the printer list as shown in printer dialog, the report generate in unreadable format.
  It will help us if it generate in readable format.....

Abhisek Shukla
Chavdar
Telerik team
 answered on 24 Sep 2007
4 answers
184 views
I use "Microsoft Visual Web Developer 2005 Express Edition"
to develop a web application on WIndows XP SP2. After complete install
telerik reporting trial version that i just download yesterday.
I try a demo program and it work just fine.

But when i begin to design a new report in VWD Express,
I create folder App_Code in my project, and select
"Add New Item" in my project but can't find any
"Telerik Report" item. so i don't know what to do next...

Something that i found strange, is that the installation
program is create a folder "D:\VS80_ENV_DIR\PrivateAssemblies\"
that contain file "Telerik.Reporting.VsPackage.dll" inside.
and other thing is i can't find a file "TelerikReport.zip"
anywhere on my machine.

How can i fix this ?

Svetoslav
Telerik team
 answered on 24 Sep 2007
3 answers
267 views
I draw a line thoruhg shape. But i don't get any idea how change color of line....I also tried style for it.
Abhisek SHukla
Abhisek Shukla
Top achievements
Rank 1
 answered on 22 Sep 2007
2 answers
100 views
Hi,
Still using 1.1 release. When I set any of the Show??? properties from the default value of true to false and run the app, I get an exception. The stack trace show an error at ExportGroup.GetChildButtonIds(). Is it not possible to to set these properties to false? My report generates a single page with a vertical scrollbar, I don't see the need for the extra controls.

I just updated to v1.5 and have the same issue.
Thanks,
Bruce
Bruce Hochstetler
Top achievements
Rank 2
 answered on 21 Sep 2007
1 answer
58 views
I've a problem with the web reportviewer. My report is set to A4 landscape & I've added a column which takes the report width beyond that of an A4 page. The reportviewer is telling me there are 4 pages to my report although When I print the report or export it to pdf I find there are infact 10 pages due to the added column going beyond the page width.

I expect the print routine & pdf app to place my added column on a seperate page since it won't fit with the rest of the report but why doesn't the reportviewer pick this up and inform me the report is over 10 pages??
Chavdar
Telerik team
 answered on 21 Sep 2007
1 answer
64 views
While making database connection through wizard, when i select previously made connection form dropdown in end of wizard its doesn't work give login fail message. When again create same connection with New connection wizard its work properly.
My question is why its given login fail message when selected already created database connection. its very time taking thing to make same connection as a new connection.....

Abhisek Shukla
Vassil Petev
Telerik team
 answered on 21 Sep 2007
2 answers
193 views
I am just trying out Reporting because I have a need to generate a PDF  that is "prettier" than the radgrid grids we usually use according to our customer.  This reporting tool is one option.

This is a web based app, and I can generate a report successfully.  Now I am trying to add a list of text boxes from a datasource.  I tried to use the listboundreport example but it is not working in my instance. (Example site works fine)

I have a function that I am using as a dataset and the .vb file looks like this:
  
Imports System.ComponentModel 
Imports System.Drawing 
Imports Telerik.Reporting 
Imports Telerik.Reporting.Drawing 
Imports SMSDAL 
Imports System.Data.SqlClient 
 
 
Public Class PricingReport 
    Inherits Report 
    Private objdo As New SMSDAL.DataObject 
 
    Public Sub New() 
        InitializeComponent() 
        Me.DataSource = GetMyData() 
    End Sub 
 
    Public Function GetMyData() As DataSet 
        Dim mysql As String 
        mysql = "Select * from users" 
        Return objdo.daGetDataSet(mysql) 
    End Function 
 
End Class 



I added a textbox to the report and set the value to "=User_Name" which is a valid field returned by the dataset.

I get an error of "Missing Opertator before _name operator"

Any suggestions?

-Joel
Svetoslav
Telerik team
 answered on 21 Sep 2007
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?