Telerik Forums
Reporting Forum
6 answers
231 views
I am setting image URL as follows.
pictureBox1.Value = System.Configuration.ConfigurationSettings.AppSettings["ImageFolderURL"] + "apple_ex.png";
It is working fine when I am running application. I am able to see image in browser. If I am trying to preview report through designer Tab, It is saying "The given key was not present in the dictionary."
My Appsetting section:
<appSettings>
    <add key="ImageFolderURL" value="http://www.queness.com/resources/images/png/" />
  </appSettings>
Please suggest how I can make working in preview mode too.
Manoj
Top achievements
Rank 1
 answered on 12 Mar 2012
24 answers
648 views
Hi all
I want post a parameter to the reportViewer,
who can help me?
thank you~~
Brett
Top achievements
Rank 1
 answered on 12 Mar 2012
1 answer
572 views
We have a need to add an action to a report with a link to the specific object. We produce pdf reports, and we've been asked to provide some way of a user clicking a link to get to an account or a record from within the pdf.

I know it's possible to add actions into a report, but I can't find anyway to give the link access to another value from the data so we can build URLS.  
Steve
Telerik team
 answered on 12 Mar 2012
2 answers
181 views
I am using q2 2011 telerik reporting for silverlight apps.
in access to data by object data source I can only access to properties of my main class(that defined by set and get) and I can not access to other public methos, why?I have a created class with some public method(c#) and no any property(set get ...) , when I connect to the "list" type class of this class I can not see the public methods but if I create a property(by set and get) I can see that properties! .Is any way for accessing to public methods? Thanks.maniaqrzep@yahoo.com
M
Top achievements
Rank 1
 answered on 11 Mar 2012
0 answers
170 views
Hi,
Sorry if this is a newbie question, but I need to change the database schema depending on the customer login.
We have a multi tenant Saas application and I want to use a standard set of reports for all customers.  We are using a single database separate schema database approach.
Specifically I need to know if or how I can change the schema for each report depending on the customer.
Thanks for your help on this,
Andy
andy
Top achievements
Rank 1
 asked on 10 Mar 2012
1 answer
190 views
HI,

I'm attempting to create a report for a silverlight client using the Silvleright Reporting Service proxy class, in particular the RenderAsync method which takes a NameValueDictionary as the report parameters. My problem is that when I add a parameter in with the key "reference", and call the method for a particular report (which resides in the WCF application housing the Reporting Sevice, the passed parameter does not populate the corresponding parameter value in the report.

If the parameters created in the report are not meant ot be automatically popualted using this method, how can I retrieve the passed in parameters? I have a breakpoint in the constructor of the reporty I am trying to generate and I want to call a method to populate an object DataSource using the passed in parameter.

Kind Regards

Ben
Peter
Telerik team
 answered on 09 Mar 2012
1 answer
321 views
Our reports use the non-standard font "Helvetica Condensed" and on our development environment (Windows 7) generated PDFs have the font embedded as "HelveticaCondensed" and display correctly, I can also copy-paste from the PDF to Word and the font is maintained.

On our server (Windows Server 2008), the font IS installed and generated PDFs have the font embedded in the same way, but viewing the PDF the font is actually Arial. Also copy-paste from the PDF to Word, the font name is "HelveticaCondensed" (without any space) and shows as Arial.

The corporate policy dictates use of this font so it is very important that the PDF renders correctly.

Also, is there a way to get a custom font like this to display in the Silverlight ReportViewer on users machines that do not have the font installed?

We are using Telerik Reporting Q3 2011

Thank you.
Elian
Telerik team
 answered on 09 Mar 2012
3 answers
163 views
Hello,

I am tryng to develop a tag report, at design time i see 3 columns of labels connected to database; the first one column to design the template of label and columns 2 and 3 as well.

Whe i switch to preview just one column were rendered, and in the interactive mode three columns are there.

But in none of the cases the three column prints, just one.

Any ideas?

Thanks

Gilberto


Steve
Telerik team
 answered on 09 Mar 2012
8 answers
168 views
Hi,

I´ve updated the telerik DLLs for Silverlight RadControls and Reporting.
Opening a Report results now in a XamlPaseException telling me that the Type "TextBoxEx" is missing.
So whats wrong here?
Steve
Telerik team
 answered on 09 Mar 2012
6 answers
331 views
I have a parameter with Multivalues. I would like the parameter do default to Select all and have therefore implemented a AllValue function (as shown in another post in this forum) to set the Value property. This works very well as log as the value only has unique values. Example:

SELECT

 

fullname FROM employee


value=AllValues(fields.fullname)

This works wothout problem.But if I get the value from a table that contains the same value more than once I got problem. Example:

SELECT

 

activity.startdate,employee.fullname FROM activity INNER JOIN employee ON activity.employeesignature=employee.signature
value=AllValues(fields.fullname)

The result of this is that the parameter is shown with the unique values and all values is selected. But, if i deselect all, only some items is deselected. And if I click on the others they could not be deselected at all.
The problem occurs to be that the second example could result in several rows with the same value in employee.fullname. OPnly the rows that have only one row with the same value is handled correctly.

So, how can I solve this problem?

R
Torbjörn 

Steve
Telerik team
 answered on 09 Mar 2012
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?