Telerik Forums
Reporting Forum
1 answer
57 views
I have a static link in my report to allow a user to drilldown, but I don't want it to render on export

Can this be done?
Steve
Telerik team
 answered on 16 Feb 2011
0 answers
109 views

Hi,

I've just built a rather complicated report but have two problems with it Which are driving me mad.

First problem: my report, A4 is only one page long but is always printed on two pages. It seems on the second page a TextBox is in the middle of it (there is a '0' in the page I must of lost the TB as I was positioning everything), but I just cannot find it, either in the Designer or in the Report Explore so I can delete it. Any ideas how to find the possible culprit are most welcome.

Second problem: When I set up my data connection, I have to decide for runtime or for design but I cannot get both to run on the same connection. On changing the connection string I can work in runtime or design. What must I do so I do not need to change the connection string.

Any help most welcome.

Kind Regards

Wayne

Wayne
Top achievements
Rank 1
 asked on 16 Feb 2011
8 answers
127 views
I can see the x-axis labels on my chart in the report viewer, but when I export to PDF or TIFF they have vanished...

Any logical reason why this might be happening?
Steve
Telerik team
 answered on 16 Feb 2011
2 answers
268 views
Hi
I have a report with a report paramter set with the following properties

Name=myparameter
type= string
available values:
        datasource= (mybusinessobject)
      displaymember=lastname
      valuemember=ID
multivalue=true


The valuemember ID is of type System.Guid. Executing the report I get the message:
availablevalue for parameter myparamter should be of type string.invalid value.

how can I use guid??
Peter
Telerik team
 answered on 16 Feb 2011
1 answer
77 views
Hey,
  My report has a SqlDataSource pointing at a View, and the detail area has a bunch of tables on it, which are each individually bound to that datasource.

Question is I need to filter the data based on a GUID in all of these tables...so in the filter section I do Fields.formid = Parameters.FormID but the results end up empty.  If I try and do Fields.formid LIKE Parameters.FormID (dunno, figured it might be casing)..it fails on GUID to string conversion or something.

Can I filter the DS directly on that Parameter somehow perhaps?
Peter
Telerik team
 answered on 16 Feb 2011
0 answers
78 views

Je vous présente les étapes détaillées par l'illustration pour savoir image en pdf !

Il y a beacoup de gens qui ne savent pas la façon de convertir image en pdf, Je vous présente les étapes détaillées par l'illustration pour le savoir ! Vous êtes obligé de télécharger ou acheter un logiciel de conversion au moins ! Tous les image ne supporte pas la charge directement dans n’importe quel logiciel 

Étape 1. Ajouter le fichier image.
Il y a deux façons d’ajouter le fichier image : Ouvrez le fichier que vous voulez le convertir et sélectionner Imprimer; Cliquer le bouton droit du souris sur le fichier à convertir et choisissez "Créer les fichiers PDF avec OX Image en PDF Convertiseur".


(Si vous ajoutez plusieurs fichiers Images et préparez les fusionner en un seul, vous pouvez cliquer le bouton "En Haut", "En Bas", "Sommet", et "Fond" pour régler l’ordre de ces fichiers. Et puis cliquer l'option "Document" ou le bouton droit du souris pour sélectionner "Combiner certains fichiers" ou "Combiner tous les fichies" selon votres besoin.)

Étape 2. Si vous voulez définir des paramètres visant au fichier de sortie, vous pouvez cliquer le bouton "Option" dans lequel vous pouvez régler les paramètres généraux, de compression, de couleur, de sécurité etc.


Étape 3. Créer le fichier PDF
Après avoir défini les paramètres, commencez-vous à convertir en PDF. Sélectionnez le dossier d’enregistrement d’abord.


équipe 4 Et puis cliquer le bouton "Créer".


Ox Image en pdf Convertisseur est votre assistant primordial dans votre travail quotidien et vie informatique. N'hésitez pas à commecer le voyage agréable avec notre produit en votre ordinateur. Téléchargez gratuitement ox Image en PDF Convertisseur et vous sentez que c'est votre meilleur choix.

Plus informations sur le site :

http://www.oxpdf.fr/image-to-pdf-converter.html

ou http://www.oxpdf.fr/download/oxpdfcreator.exe

ophelie
Top achievements
Rank 1
 asked on 16 Feb 2011
5 answers
1.0K+ views
I am having a problem with the Telerik report when my application is being installed on clients.

The setup: Telerik Report v 921 - VS Studio 2008 .NET 2008 Winforms

A Telerik report with 4 chart controls connected by 4 different Telerik.Reporting.SQLDatasource

The connection strings are set in the connection string property manually.

Property: ConnectionString
server=myserver;User Id=User;password=pwd;database=dbname;Persist Security Info=True
Property: Provider (from drop down)
MySQL.Data.MySqlClient

Now setting the connection strings this way does not write to the app.config file.

On the Constructor of the report, after InitializeComponent() the Telerik.Reporting.SQLDatasource properties are being set to the correct ConnectionString ...

The debug version from development PC works fine. But after making a release and installing the application ...

"Unable to connect to database. Please verify that your connection string is valid...."
 
Any help is much appreciated.

Regards,
Sam



Sam
Top achievements
Rank 2
 answered on 16 Feb 2011
9 answers
386 views
In the ReportViewer the print button is not functioning correctly, i searched in forums, but i don't found how it work. i need print a report clicking the print button. Please, i need it resolved quickly.

If no have easy solution to problem, you can send to me a hard solution (no problem), but i need it resolve.

thanks!
Igor
Top achievements
Rank 1
 answered on 15 Feb 2011
0 answers
144 views
I am looking to create a Bubble Chart that mimics something that one of my clients has created in Excel. I am attaching a file showing an example of what I need to recreate. I know that with Bubble Charts you can created a stacked bar chart effect but I need to have a chart that has an upper and lower section each with it's own stacked bar chart set of data.

Is this possible with the current charting or will I need to create two charts and place them together to get this effect?

Any help or reference to where I can see examples or tutorials would be great.

Thanks,

Jim Harris
Top achievements
Rank 1
 asked on 15 Feb 2011
2 answers
262 views
Hello,

I was wondering if the following could be achieved with Telerik Reporting:

I have a list of user data grouped by teams. Each has an amount of emails, the average amount is shown in the group footer e.g.:

USER                  EMAILS                                Group-Header
----------------------------------------------------------------------------------------
User1                        5
User2                        10                                     Detail-Section
User3                        15
--------------------------------------------------------------------------------------------
Team-Avg.                10                                    Group-Footer

Now I want to color User1 red, because he is below average and User3 green, because he is above average

I tried to achieve this by conditional formatting but I could not find out how to reference the Average-Field in the Group-Footer.
I use a Table-Control to display the values in my chart, if this makes any difference.

I also thought about writing this in code-behind but I don't know how to start here either.


Any help is appreciated,

Lukas
Lukas
Top achievements
Rank 2
 answered on 15 Feb 2011
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?