Hi to all,
I'm trying to use a ObjectDataSource, this one is configurated using a method that return a single object, this object has several collection (List<OtherMyObject>) as property.
If I what show my first object (several property as string or datetime), and then show something of relatives collection into a table?
I note that in DataExplorer dock shows my collections but I don't see its properties.
How can I set my Table with this collection, setting relative properties?
Hi telerik.
I have a trouble i want to set dinamyc the space between vertical line, the "X" axis it´s category scale , "Y" axis Numeric ,
cin you help me with a little code ?
i want to use a binding, it´s possible?
I am trying to create a graph that has a bar graph with a line graph overlapping. I have seen the Telerik example and it explains a lot for me. However, I am not getting the same result.
In the example, the values are the same except the bar is sum and the line series is avg. In my example, the bar graph will measure the actual values while the line graph will measure target values. The problem is that my graphs are not projected on top of one another, they are side by side.
I have checked and both are using the same coordinate system. Everything seems correct except the alignment of the graphs.
I have attached a picture which easily demonstrates my problem.
Thanks
Hi,
I want to design a table as shown in the file. I test using keeptogether property set true.However, every table seems to be in a new page not
show the bottom of the table.
How can I do? Thank you.
Hello,
if the DocumentName of the report is 'abc', the file filter displays 'abc (*.pdf)'. It should display 'PDF document (*.pdf)'.
The same problem appears with the other save formats...
Expression Operator Value |
=Fields.ProductName == =Parameters.ProductName |
Expression Operator Value |
=Fields.ProductName == =Parameters.ProductName |
AND =Parameters.ProductName <> '' |
Hi to all,
I created a report connected to ObjectDataSource.
Report calls a public methods called GetItemByCode(string p_Code) that returns a Customer object. This Customer inherits a class called ModelBase.
Now when I try to preview, it appears a red box within error that says "file not found", itis refering to assembly that contains ModelBase class.
I checked that my report-project refers correctly to this assembly.
What can I do?
Hi;
I have a report that requires text to be displayed in four parts of a graph. The text is to be watermark in nature -- I.E. should appear behind everything else on the chart. I did this building a series for the text and using the data point label and made sure this series was the first loaded. But unfortunatelya series label is always displayed above everything else on the chart regardless of when it as loaded. So, how do I add text to a chart and have be in the back of everything else (note I need to resize the text - so can't use standard font size).
Peter