I have a table with one column filled with images from a database.
I don't know how big the images are and also the aspect ratio is unknown, so I have a custom function to resize them to a max. size to fit the page and set the Sizing mode of the PictureBox to "AutoSize".
Now I have the problem that the PictureBox inside a table cell always seems to be in Docking mode ("Fill"), so if there are multiple images, all will get stretched to the width of the largest one.
How can I prevent this?
You can easily reproduce it without a database, just put a table on the report and add different sized images to it, see the attached examples.
Hi Team,
I am unable to filter the report content using a external combo box. Is there any way to add filters to report. I have seen the Report Book for example but unable to enable the filter toggle in the report. If there is any demo for that Please let me know.
I'm working with a Telerik report that I'm creating dynamically at runtime. The report has a Telerik.Reporting.Graph with a single line series. Works great - the problem is, I need to mark and label certain points along the curve.
I have the marker data, that is I know exactly where I need them - I just don't know how to do it. Any suggestions?
For i As Integer = 1 To SummaryData.GetUpperBound(0) Dim myItem As New ChartSeriesItem(SummaryData(i).sValue) If SummaryData(i).sValue1 = 0 And Me.ReportParameters("HideZeros").Value Then myItem.Label.Visible = False myItem.Empty = True End If myItem.ActiveRegion.Tooltip = SeriesName(2) chartSeries1.AddItem(myItem)NextHello Telerik Team!
I have a report in which I would like to use conditional formatting to change the background color of rows in a table based on a change in the value of one of the columns. Something similar to this example in Excel: http://superuser.com/questions/553899/alternate-grid-background-color-in-excel-when-a-value-of-a-single-column-changes
Is there a way to do this in the Edit Expression Dialog in Telerik Reporting Q3 2014?
Thanks so much!

Hi,
I would like my line chart series to start in the bottom left corner 0,0. Please see the attached pic.
Thanks in advance.
Telerik Reporting 2013 Q2 SP1
Hello,
I need to generate a pdf which will have some static content in two columns however there are some content which need not to be displayed in two columns fashion.
I have tried to achieve the same using ColumnCount property of the Report but it doesn't play nice with content which need to displayed in single column. So if there any way to specify Column Count property for specific content of the report, not the entire report?
I have attached screenshot of a sample pdf which has structure similar to the one I want to generate.
Thanks,
Bhavik