Telerik Forums
Reporting Forum
1 answer
60 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
177 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
1 answer
89 views
The documentation demonstrates master detail reports but I need to combine multiple peer subreports into a single report - no master/detail.

Can this be done?  How?
Chavdar
Telerik team
 answered on 20 Sep 2007
7 answers
214 views
Problem with Reporting 1.5.  The VB Web Demo generates the error below.  The C# version appears to work properly.  My separate simple web reports is VB also generate the same error.  Any assistance would be appreciated.

 

Server Error in '/WebDemo' Application.


The resource cannot be found.

 

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /WebDemo/ReportViewer1_CP&PageIndex=0


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Matt
Top achievements
Rank 1
 answered on 20 Sep 2007
1 answer
204 views
The group headers and footers are not showing up in my report.  There are there in design mode, but when I run my project they do not appear.  What secret step am I missing?
Rossen Hristov
Telerik team
 answered on 20 Sep 2007
1 answer
95 views
I have downloaded the trial version of reporting
I create a report as given under heading Creating a Report Programmatically in reporting documentation. There is error comes in

detail.Size = new Telerik.Reporting.Drawing.SizeU(
    new Telerik.Reporting.Drawing.Unit(6, Telerik.Reporting.Drawing.UnitType.Inch),
    new Telerik.Reporting.Drawing.Unit(.3, Telerik.Reporting.Drawing.UnitType.Inch));

these lines. Size property is not showing on Detailsection properties.

Abhisek Shukla
Chavdar
Telerik team
 answered on 19 Sep 2007
1 answer
86 views
When putting in a picture, whether a .bmp or a .jpg, when compiling get this message:

"Cannot create an object of type 'Telerik.Reporting.Report' from its string representation 'rptCert, App_Code.dwvoff7v, Version=1.0.2817.32402, Culture=neutral, PublicKeyToken=null' for the Report property.

rptCert is the report with a TextBox and a .jpg.

It compiles and runs fine without the Picture containing a value.
Chavdar
Telerik team
 answered on 19 Sep 2007
1 answer
180 views
do you have any invoice summary or invoice detail report example.
Chavdar
Telerik team
 answered on 19 Sep 2007
1 answer
66 views
In trial version 1.0, I programmatically assign data to report. But in detail section when report runs, all the data comes in seperate pages. How to solve this problem

Abhisek Shukla
Chavdar
Telerik team
 answered on 19 Sep 2007
2 answers
373 views
When building the simple Northwind.Customers table report in a web site, the "Export" button is dimmed and the drop down list: "Select export format" has no entries? 

How do we add support for generating the pdf and have the Export list include pdf?
William
Top achievements
Rank 1
 answered on 18 Sep 2007
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?