Telerik Forums
Reporting Forum
3 answers
132 views
Hi all,

I'm going to create a report on SQL CE 3.5 but telerik says:

The specified provider is not supported:
Microsoft.SqlServerCe.Client.3.5

Not sure why, and what can I do with that?

Thank you.

P.S.
VS 2010, Telerik 4.1.10.921
CEFRA
Top achievements
Rank 1
 answered on 30 Jan 2012
2 answers
267 views
I'm sure I'm missing something obvious here, but I'm trying to set the text on a HtmlTextBox on its ItemDataBound event.  I set the Value property, but the output does not change from the default text.  This works with a TextBox, so I'm not sure what is different with the HtmlTextBox.


private void htmlTextBox1_ItemDataBound(object sender, EventArgs e)
        {
            Telerik.Reporting.Processing.HtmlTextBox txtBox = (Telerik.Reporting.Processing.HtmlTextBox)sender;
 
            txtBox.Value = "Updated";
        }


Yet the HtmlTextBox outputs the default value.

Thanks for any help / clarification.
Paul
Top achievements
Rank 1
 answered on 30 Jan 2012
0 answers
98 views
Is there a way I could use a telerik reporting window to display a web pag? I have a series of charts that are rendered with the HighCharts javascript library and would like to display them in a report like way with paging. Is this possible?
Michael
Top achievements
Rank 1
 asked on 30 Jan 2012
1 answer
635 views
In my 2 page report I want first page orientation as portrait and second page in landscape. Page size can also be different. How can I achieve it?
Steve
Telerik team
 answered on 30 Jan 2012
3 answers
212 views
Hello we are using the silverlight viewer to see generated reports also I have installed the adobe reader 9.0.3 to
print the reports from browser. Now when i use firefox and i press the print button i get the printpreview from adobe. When
i use IE7 Browser i get a file dialog to save the pdf. How can i show the preview dialog directly like in firefox without
save dialog? Is it also possible to print the report without the adobe reader pdf plugin?  greetings Ulrich ...
Steve
Telerik team
 answered on 30 Jan 2012
3 answers
113 views
I would like to create a report with a barcode contain page numbers data and print it on left-center of the paper to identify the document.
Steve
Telerik team
 answered on 30 Jan 2012
7 answers
191 views
Hello,
I have a problem with a component of Telerik Reporting
Not because you can see so the Reporting viewer.

Of hands to thank you very much!.


bin zhu
Top achievements
Rank 1
 answered on 29 Jan 2012
1 answer
226 views
A scenario was presented to determine whether or not Telerik Reporting can handle it.  There are several reports that need to load image files that are defined in the database.  For example the database contains six columns that may be populated with a file name for the image that should be displayed on the report.  At this point I know that I can load the images in this fashion by calling a function that returns an image to set the picturebox value property.  Additionally, in cases where an image is not defined or can not be found I can return a default image (blank.png).

Now I need to add six pictureboxes to my report to allow me to define and display all six images.  I would prefer to do this at design time but if it has be done at runtime I can deal with that.  In some cases I might only be displaying three out of the six images.  In this case, we need to be able to hide the images that are not being displayed and center the remaining images in the container (Panel).  Is this something that can be accomplished either by setting properties or by developing code to handle it?
Peter
Telerik team
 answered on 27 Jan 2012
0 answers
138 views
I have a blob image stored in a mySql database. I can render the image just fine via an ahsx handler to display on my webpages using the code:
context.Response.ContentType = "image/jpeg";
byte[] img = businessProvider.GetImage(Convert.ToInt32(id));
context.Response.BinaryWrite(img);
context.Response.End();

I'm also wanting to display the image on a telerik report. I've set the value of the picturebox to the byte[] property on the business object and set the mimetype to "image/jpeg"; When i run the report the picturebox displays an error that reads "invalid image data".

Any ideas what to look for?

Thanks, Donta
Donta
Top achievements
Rank 1
 asked on 27 Jan 2012
1 answer
118 views
In the examples that demonstrate the use of the document map the way in which it is displayed (font size, style, etc) is different.  I am trying to determine how I can change they way this content is rendered but I can not seem to find it.  I am currently looking how to make this work using the Web Viewer.
Steve
Telerik team
 answered on 27 Jan 2012
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?