Telerik Forums
Reporting Forum
1 answer
319 views
Is it possible to display a dataset spread over 2 sets of columns in a table?

Eg

Desc     Value     Desc       Value
Item1   xxx         item2    xxx
Item3   xxx         item4    xxx

thanks
Stef
Telerik team
 answered on 11 Jun 2014
7 answers
402 views
Hi

I'm using the Q3 preview and have built the report viewer into a web page. Currently, when print is selected, a PDF is created, which has to be manually printed from a PDF viewer. This seems a bit clunky - will the Q3 release enable me to print directly to the default printer, or to select a printer based on a report property?

Cheers
Stef
Telerik team
 answered on 11 Jun 2014
3 answers
198 views
I am using a customised linq to sql datacontext in a objectdatasource. When I add this datasource to a table, it shows error  'Ambiguous match found'. I think it's my Shadowed property that causes this error. Is there any work around? I need to use Shadows as I want to hide the property generated from  linq to sql datacontext and use my inherited class with pre-filtering.

This is what my customised datacontext looks like: 
Public Class ReportTestFiltered
  Inherits ReportTestDataContext
  Public Sub New()
    MyBase.New()
  End Sub
 
  Public Shadows ReadOnly Property Users() As IQueryable(Of User)
    Get
      Return MyBase.Users.Where(Function(x) x.Active).AsQueryable()
    End Get
  End Property
End Class
IvanY
Telerik team
 answered on 11 Jun 2014
1 answer
79 views
Hello.
telerik reporting:

I'm doing some reports but I think consultation with a string and pass it to SqlQuery.SelectCommand need.

example:
this.SqlQuery.SelectCommand = "SELECT * FROM WHERE EMBARQUE_HISTORICO_DOV (FECHA_EMBARQUE> = TO_DATE (\ '22 / 05/2014" + "\ ', \' dd / MM / yyyy \ ')) AND (FECHA_EMBARQUE <= TO_DATE (\ '23 / 05/2014 \ ', \' dd / MM / yyyy \ ')) ";
I enter that manually and it generates the report, we mention that this database pl / sql developer.

So I think my string and the select, from and where I need and what happened as a parameter to the report. As the recovery of the parameter string in telerik reporting.
Should be:
this.SqlQuery.SelectCommand = Mystring
Peter
Telerik team
 answered on 10 Jun 2014
1 answer
94 views
Dear Telerik,

Can you advise me where to find more information about enabling PPTX export option on the Telerik Report Viewer? So far I only have the following options: pdf/csv/excel/rich/TIFF/web/XPS.

Also if possible, where can I find more demo documentation (like rad controls) for telerik reporting?

Thanks,
Jonathan
Tim
Top achievements
Rank 1
 answered on 10 Jun 2014
3 answers
94 views
I have to create a report in C# with a design like tables in tables. Repeating datas have different column and row counts and different data types (string and bool). So I can not use wizard an I have to create it in code behind.

The answers you gave far questions like this leads to videos and help pages which are teaching wizards. I could not find a good answer for my question at the and of google search for 3 days and 38 hours. Please help.
KS
Top achievements
Rank 1
 answered on 10 Jun 2014
1 answer
192 views
Hi,

I am using the HTML5 report viewer and even though I have installed and told the report to render styles using the TTF version of Open Sans, it is instead substituting Microsoft Sans Serif when showing it on the site in HTML5.  It is working fine in the report designer for Visual Studio. i.e. it is rendering using Open Sans and the style definitions are all correct.

Please help.

Andrew
Andrew
Top achievements
Rank 2
 answered on 10 Jun 2014
1 answer
233 views
Hi
I am new to telerik reporting.
I currently have a MVC web application that shows a telerik report. I want to get and pass multi parameter to telerik report given by  input from stored procedure.
Now I want to know  how to bind and load data to telerik report. anyone can help me?


Thank You
Peter
Telerik team
 answered on 09 Jun 2014
5 answers
203 views
I need to draw a Trend Graph with a date time value on the X Axe and a Value on the Y Axe.
I have many samples (1000) within a short period less (10 minutes) and I'd like to see an entry in the graph at every second.

DateTime Scale doesn't allow to use seconds so I choose the Category Graph option but I cannot limit the number of labels of the X Axe that will be too much (1000).

Is there any way to solve my issue either with DateTime Scale or with Category Scale?


Michele 
Ivan Hristov
Telerik team
 answered on 09 Jun 2014
3 answers
127 views
Hi,

Is the only way to run HTML 5 reports to purchase a license for Kendo UI Pro too?

Kind regards

Andrew
Andrew
Top achievements
Rank 2
 answered on 09 Jun 2014
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?