Telerik Forums
Reporting Forum
6 answers
158 views
How can i send in additional external parameters based on other factors into teh report.

Lets say user can log in only as one group and the report has to set up so it will give only the right parameters to filter the data on.

Thanks
 
Chavdar
Telerik team
 answered on 25 Oct 2013
1 answer
82 views
I want to give  rotaion angle DataPointlabel in chart  .
According to http://www.telerik.com/help/reporting/graphformatseries.html     it can be done by setting  DataPointLabelAngle Property.but i couldn't fin the property  .
Gaurav
Top achievements
Rank 1
 answered on 25 Oct 2013
3 answers
249 views
By using the Cube Data Source Component (SSAS) how to retrive the data in order to bind the Crosstab wizard in Telerik Reporting Q2 2011 using Vb code. I need the Explation in detail.
KS
Top achievements
Rank 1
 answered on 24 Oct 2013
1 answer
241 views
Hi,
I have some issue with my telerik silverlight report viewer control:

1) How can I remove some export items in telerik silverlight report viewer toolbar.
(I need to show only PDF, Image, Excel entry don't want other like CSV, RTF, Web Archive etc)
Note : The items are carry report to report like in my report ABC it will show only export items are PDF, Image, Excel. And in report XYZ show only CSV, Excel.

2) How to hide some toolbar items in report viewer.
I want to hide/remove first two items which is never enabled (previous/next button) and "Click to close parameters area" button.

I tried the <configSections> entry in my TestProject.web's web.config file, but no luck.
<configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting,    Version=7.1.13.802, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere"/>
  </configSections>
  <Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="IMAGE" visible="true"/>
        <Extension name="PDF" visible="false"/>
        <Extension name="RTF" visible="true"/>
        <Extension name="XPS" visible="true"/>
        <Extension name="XLS" visible="true"/>
      </Render>
    </Extensions>
  </Telerik.Reporting>

Thanks
Chandan
Stef
Telerik team
 answered on 24 Oct 2013
2 answers
181 views
I am working on your standalone tool for making reports.
Its working fine... in fact excellent....But....
When i make this report (Attached image) DataPointlabel Gets Overlapped .
i don't find any property to make them auto ??
is there is any solution for this problem ?
  P>S> :- I also attached another image showing the version of the tool i am working on.
Gaurav
Top achievements
Rank 1
 answered on 24 Oct 2013
5 answers
281 views
Hi, we are using Q3 2012 Reporting, and have a class library that contains all our reports. We are creating sub reports and in our main report, in the sub-report properties tab, click ReportSource, and then select Object Instance, and finally, select document from the drop down. The resulting list only contains some, but not all of the reports in our report class library. Why is this so?
Stef
Telerik team
 answered on 23 Oct 2013
3 answers
747 views
Hello,

I need to place image in the html control in the Telerik Report. Please help me to find it.

Thanks
Siva
Nasko
Telerik team
 answered on 23 Oct 2013
1 answer
104 views
Is there any movement on getting the documentation for the Reporting product in MSHelp3 format?
Stef
Telerik team
 answered on 23 Oct 2013
1 answer
642 views
I have this code:
ReportProcessor reportProcessor = new ReportProcessor();
Hashtable deviceInfo = new Hashtable();
var source = new InstanceReportSource { ReportDocument = report };
RenderingResult result = reportProcessor.RenderReport( "PDF", source, deviceInfo );


On this last line (the RenderReport call) I get this exception:
The type initializer for 'Telerik.Reporting.OpenXmlRendering.Wordprocessing.WordprocessingReport' threw an exception.
   at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
   at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
   at System.Activator.CreateInstance(Type type, Boolean nonPublic)
   at System.Activator.CreateInstance(Type type)
   at Telerik.Reporting.Processing.ExtensionManagerBase.CreateExtensionInfo(String typeName, String extensionName)

Which contains an inner exception:
Could not load file or assembly 'DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.":"DocumentFormat.OpenXml, Version=2.0.5022.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
   at Telerik.Reporting.OpenXmlRendering.Wordprocessing.WordprocessingReport..cctor()



This was working before I upgraded from Windows 8 to WIndows 8.1. I upgraded to the latest reporting version, which did not help. I am not sure why it is trying to access OpenXml when I am asking it to generate a PDF.

Ivan Hristov
Telerik team
 answered on 23 Oct 2013
6 answers
199 views
Hello,

I have the following data:
Type       Time                                        Value 1       Value 2
Type 1
2013-03-02 13:01:00                
0              
15
Type 2
2013-03-02 13:01:00 0 8
Type 1 2013-03-02 13:02:00 0 15
Type 2 2013-03-02 13:02:00 0 8
Type 1 2013-03-02 13:03:00 0 15
Type 2
2013-03-02 13:03:00 6 2
Type 1 2013-03-02 13:04:00 0 15
Type 2 2013-03-02 13:04:00 5 3

I wish to draw a line chart with the Time column on the X axis, and 4 lines, being {Type 1-Value1}, {Type 1-Value 2}, {Type 2-Value1}, {Type 2-Value 2},

So far i haven't succeeded in creating this chart. I tried using DataGroupColumn, manually defining series, etc.... but without luck. I am trying to do this from within the standalone report designer, so I can't use code.

Any help is highy appreciated,

Kind regards,
Stijn
Nasko
Telerik team
 answered on 22 Oct 2013
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
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?