Telerik Forums
Reporting Forum
3 answers
171 views
Hello everybody

I'm trying to print labels using Telerik.ReportProcessor class and PrintReport() method. It's working almost perfect. But I got one problem: Everytime I try to print a label (only one), it prints two labels. If I try to print 3 labels, it prints 6. It prints always the double of the number of labels I'm trying to print. I tried to resize it to 10px height and 10px width because I thought it's too big. But that didn't help. Doesn't matter how big the label is, it always prints the double.
You can see my C# code here:

PrinterSettings printerSettings = new PrinterSettings();
printerSettings.PrinterName = @"\\bbfs\LA42";

PrintController standardPrintController = new StandardPrintController();

ReportProcessor reportProcessor = new ReportProcessor();
reportProcessor.PrintController = standardPrintController;
InstanceReportSource instanceReportSource = new InstanceReportSource();
instanceReportSource.ReportDocument = myReport;
reportProcessor.PrintReport(instanceReportSource, printerSettings);

Did anyone ever had that problem before or does anyone know the solution? I'm getting stuck on this, it's really annoying and a waste of labels :)

Hope someone can help me.

Regards,
Roman
KS
Top achievements
Rank 1
 answered on 22 Sep 2014
1 answer
95 views
I've discovered that if an XML field name has dashes in it, that Telerik reports can't read the full field name.  For example, if I have 'First-Name', the error generated says it can't find 'First'.  Is there a way around this, by chance?
Stef
Telerik team
 answered on 22 Sep 2014
3 answers
330 views
Hi Everyone,

I have a requirement to export the grid data to excel sheet(XLSX). Grid may have row details.

Which Telerik API is suitable for this requirement( Reporting APIs or any other).

And even i would like extend this export functionality to export in PDF format.

Please provide me the details to start using Telerik API's to make report generation success :)

Thanks,
Sharath
Stef
Telerik team
 answered on 22 Sep 2014
3 answers
577 views
Hi all

I am working on telerik reporting and follow the guide: http://www.telerik.com/help/reporting/html5-report-viewer-howto-custom-parameters.html.


In the telerik designer, i create data source that call store procedure with parameter (@BranchId int). I also create a Report Parameter BranchId (int)
 so i assign store procedue paramter equals the report paramter.

In java script i pass report parameter as the above tutorial, but when i run the program it just give me:  Procedure or function 'GetProductBranch' expects parameter '@BranchId', which was not supplied.

Any advice please let me know

Thanks
Phuc
Top achievements
Rank 1
 answered on 22 Sep 2014
2 answers
84 views
In which version of Telerik Reporting was deviceInfo ContentOnly key for HTML5 introduced?
Where can I find documentation to older releases?
Pawel
Top achievements
Rank 1
 answered on 19 Sep 2014
3 answers
130 views
Page breaks are currently not supported on row groups in a table. We are looking at migrating our legacy reports from MSSQL RS and we make extensive use of optional page breaks at the end of a group. Is it possible to add this feature in a future version?
Stef
Telerik team
 answered on 19 Sep 2014
3 answers
234 views
Howdy all!

So, my scenario: I have a standard form with data coming from an XML document supplied at run time.  This form has a lot of options on it, and not all of them are relevant all the time, so it's typical for not all XML nodes to be supplied.

For example, an employee can choose donate to charity as part of their paycheck.  When the XML is generated for this report, if they're not donating to the charity, it will not send over 'CharityAmount'.  With our old reporting program, if it didn't find a field, it just left the textbox blank, which is what we wanted.

However, if I put in Value property the expression '=CharityAmount', I now get a big ugly box telling me that 'The expression contains object 'CharityAmount' that is not defined in the current context'.

This is a great tool if I'm always expecting CharityAmount - but I'm not.  I tried '=ISNULL(CharityAmount,"")' as the expression, but that didn't work.  Is there a way to turn off the error messages, or at least just certain ones?  If not, is there another way of doing what I need (being flexible if something's not found) other than 'Ensure all XML nodes a report expects is supplied'?

Thanks all!
Amanda
Top achievements
Rank 1
Iron
 answered on 19 Sep 2014
5 answers
156 views
In Visual Studio 2013, I cannot see the toolbox tab of Telerik in the Report Designer, even after re-installing.

I've followed this article: http://www.telerik.com/support/kb/reporting/details/telerik-reporting-toolbox-items-are-missing

Finding out, I miss no registry keys, at all. But when I removed the TBD files and removed the two mentioned keys and started VS (devenv.exe /ResetSkipPkgs /Log "C:\ActivityLog.xml") and entered the toolbox, I got this output into the log file:

<entry>
  <record>1307</record>
  <time>2014/09/10 09:51:13.185</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1308</record>
  <time>2014/09/10 09:51:13.185</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1309</record>
  <time>2014/09/10 09:51:13.185</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1310</record>
  <time>2014/09/10 09:51:13.185</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1311</record>
  <time>2014/09/10 09:51:13.185</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1312</record>
  <time>2014/09/10 09:51:13.185</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1313</record>
  <time>2014/09/10 09:51:13.186</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1314</record>
  <time>2014/09/10 09:51:13.186</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1315</record>
  <time>2014/09/10 09:51:13.186</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1316</record>
  <time>2014/09/10 09:51:13.186</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1317</record>
  <time>2014/09/10 09:51:13.186</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1318</record>
  <time>2014/09/10 09:51:13.186</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1319</record>
  <time>2014/09/10 09:51:13.186</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1320</record>
  <time>2014/09/10 09:51:13.187</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1321</record>
  <time>2014/09/10 09:51:13.187</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1322</record>
  <time>2014/09/10 09:51:13.187</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1323</record>
  <time>2014/09/10 09:51:13.187</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1324</record>
  <time>2014/09/10 09:51:13.187</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1325</record>
  <time>2014/09/10 09:51:13.187</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1326</record>
  <time>2014/09/10 09:51:13.187</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1327</record>
  <time>2014/09/10 09:51:13.188</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1328</record>
  <time>2014/09/10 09:51:13.188</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1329</record>
  <time>2014/09/10 09:51:13.188</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1330</record>
  <time>2014/09/10 09:51:13.188</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1331</record>
  <time>2014/09/10 09:51:13.188</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1332</record>
  <time>2014/09/10 09:51:13.188</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1333</record>
  <time>2014/09/10 09:51:13.188</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1334</record>
  <time>2014/09/10 09:51:13.189</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1335</record>
  <time>2014/09/10 09:51:13.189</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1336</record>
  <time>2014/09/10 09:51:13.189</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1337</record>
  <time>2014/09/10 09:51:13.189</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1338</record>
  <time>2014/09/10 09:51:13.189</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1339</record>
  <time>2014/09/10 09:51:13.189</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1340</record>
  <time>2014/09/10 09:51:13.189</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1341</record>
  <time>2014/09/10 09:51:13.191</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1342</record>
  <time>2014/09/10 09:51:13.191</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1343</record>
  <time>2014/09/10 09:51:13.191</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1344</record>
  <time>2014/09/10 09:51:13.191</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1345</record>
  <time>2014/09/10 09:51:13.191</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1346</record>
  <time>2014/09/10 09:51:13.191</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1347</record>
  <time>2014/09/10 09:51:13.191</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1348</record>
  <time>2014/09/10 09:51:13.191</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1349</record>
  <time>2014/09/10 09:51:13.387</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1350</record>
  <time>2014/09/10 09:51:13.387</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1351</record>
  <time>2014/09/10 09:51:13.387</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1352</record>
  <time>2014/09/10 09:51:13.387</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1353</record>
  <time>2014/09/10 09:51:13.387</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1354</record>
  <time>2014/09/10 09:51:13.387</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1355</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1356</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1357</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1358</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1359</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1360</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1361</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1362</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1363</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1364</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1365</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1366</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1367</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1368</record>
  <time>2014/09/10 09:51:13.389</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1369</record>
  <time>2014/09/10 09:51:13.390</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1370</record>
  <time>2014/09/10 09:51:13.390</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1371</record>
  <time>2014/09/10 09:51:13.390</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1372</record>
  <time>2014/09/10 09:51:13.390</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1373</record>
  <time>2014/09/10 09:51:13.390</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1374</record>
  <time>2014/09/10 09:51:13.390</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1375</record>
  <time>2014/09/10 09:51:13.390</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1376</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1377</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1378</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1379</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1380</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1381</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1382</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1383</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1384</record>
  <time>2014/09/10 09:51:13.391</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing AssemblyFolders (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1385</record>
  <time>2014/09/10 09:51:13.392</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Fusion (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1386</record>
  <time>2014/09/10 09:51:13.392</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGen (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1387</record>
  <time>2014/09/10 09:51:13.392</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing NGenQueue (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1388</record>
  <time>2014/09/10 09:51:13.392</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Policy (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1389</record>
  <time>2014/09/10 09:51:13.392</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Security (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1390</record>
  <time>2014/09/10 09:51:13.392</time>
  <type>Warning</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Failed to parsing Windows Presentation Foundation (under HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework) as a version</description>
</entry>
<entry>
  <record>1391</record>
  <time>2014/09/10 09:51:13.705</time>
  <type>Information</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Toolbox Controls Installer Package attempting to add Toolbox items</description>
</entry>
<entry>
  <record>1392</record>
  <time>2014/09/10 09:51:13.705</time>
  <type>Information</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Attempting to get Toolbox items from Assembly Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</description>
</entry>
<entry>
  <record>1393</record>
  <time>2014/09/10 09:51:15.212</time>
  <type>Information</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Attempting to add Toolbox item Microsoft.Reporting.WebForms.ReportViewer</description>
</entry>
<entry>
  <record>1394</record>
  <time>2014/09/10 09:51:15.364</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
  <guid>{7EAB3C71-59FF-4571-A5F3-643F255FC2E6}</guid>
</entry>
<entry>
  <record>1395</record>
  <time>2014/09/10 09:51:15.364</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>Begin package load [ElementHost Designer Package]</description>
  <guid>{7EAB3C71-59FF-4571-A5F3-643F255FC2E6}</guid>
</entry>
<entry>
  <record>1396</record>
  <time>2014/09/10 09:51:15.397</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>End package load [ElementHost Designer Package]</description>
  <guid>{7EAB3C71-59FF-4571-A5F3-643F255FC2E6}</guid>
</entry>
<entry>
  <record>1397</record>
  <time>2014/09/10 09:51:15.397</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
  <guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
  <record>1398</record>
  <time>2014/09/10 09:51:15.397</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>Begin package load [Windows Forms Designer Resources Package]</description>
  <guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
  <record>1399</record>
  <time>2014/09/10 09:51:15.398</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>End package load [Windows Forms Designer Resources Package]</description>
  <guid>{7B5D447B-0B12-41EA-A84E-C822034422D4}</guid>
</entry>
<entry>
  <record>1400</record>
  <time>2014/09/10 09:51:15.436</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>Evaluating type Microsoft.Reporting.WebForms.ReportViewer against framework .NETFramework,Version=v4.0</description>
  <guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
  <record>1401</record>
  <time>2014/09/10 09:51:15.442</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>Either the item provider for toolbox item with typename 'Microsoft.Reporting.WebForms.ReportViewer' was not specified, it did not implement IVsProvideTargetedToolboxItems, or it returned E_NOTIMPL; assuming compatibility with a higher version of a compatible framework.</description>
  <guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
  <record>1402</record>
  <time>2014/09/10 09:51:15.442</time>
  <type>Information</type>
  <source>VisualStudio</source>
  <description>The item provider re-added the existing object, indicating that it supports framework .NETFramework,Version=v4.0</description>
  <guid>{2C298B35-07DA-45F1-96A3-BE55D91C8D7A}</guid>
</entry>
<entry>
  <record>1403</record>
  <time>2014/09/10 09:51:15.465</time>
  <type>Information</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Attempting to get Toolbox items from Assembly Microsoft.ReportViewer.WinForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91</description>
</entry>
<entry>
  <record>1404</record>
  <time>2014/09/10 09:51:15.628</time>
  <type>Information</type>
  <source>Microsoft.VisualStudio.IDE.ToolboxControlsInstaller.ToolboxInstallerPackage</source>
  <description>Attempting to add Toolbox item Microsoft.Reporting.WinForms.ReportViewer</description>
</entry>

The key "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\Packages\{2c298b35-07da-45f1-96a3-be55d91c8d7a}" exists, but I added "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\12.0\Packages\{2c298b35-07da-45f1-96a3-be55d91c8d7a}", too.
The default value of the "Toolbox" subkey is set to 1 in both locations.

What can I do to fix this issue? I tried to copy components from another report file and paste it in my current report file but it claims it's not possible: https://www.dropbox.com/s/xfqmwmz61bah2mz/Screenshot%202014-09-10%2012.05.46.png?dl=0
Peter
Telerik team
 answered on 19 Sep 2014
1 answer
152 views
Hi team,
I'm new to Telerik and find interesting working with Telerik in regards to Reporting.

Using REPORT DESIGNER,
I've created a Bubble Chart and able to see the bubbles with respect to the data provided.

I would need your help in displaying a TOOLTIP, the respective columns values from the datasource on each bubble instead of showing it in a Legend.

i.e., when I move mouse on a bubble, I should be able to see its values as well as another column name.

I'M WORKING IN A REPORT DESIGNER wherein I used the wizard for creating the bubble chart and settings through the PROPERTY BROWSER. 
For reference, screenshot is attached.

Hence, in the similar manner I'm looking for this tooltip setting.

Please help and thanks in advance.

with warm regards,
GK.


Peter
Telerik team
 answered on 19 Sep 2014
1 answer
213 views
I am using the HTML 5 control in a MVC application.  I have my test report being displayed but the format is wrong (see attache file).  It prints correctly when outputting it to PDF.

The code to display the report is -

@model EPH.Models.ReportViewerModel
 
@{
    ViewBag.Title = "Reports";
}
 
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="~/ReportViewer/styles/telerikReportViewer-8.1.14.804.css" rel="stylesheet" />
 
<script src="~/ReportViewer/js/telerikReportViewer-8.1.14.804.js"></script>
 
<style>
    #reportViewer1 {
            position: relative;
            width: 100%;
            height: 500px;
        }
</style>
 
@{
    var reportSource = new UriReportSource() { Uri = "TestReport.trdx" };
}
 
<div class="container">
    <form class="form-horizontal" id="myform" name="myform" method="post" role="form">
        <div class="form-group">
            <div class="col-md-4">
                <div class="panel panel-default equal">
                    <div class="panel-heading">Report List</div>
                    <div class="panel-body">
                        <label class="col-md-2 control-label input-sm">Report Name:</label>
                        <div class="col-md-8">
                            @Html.DropDownListFor(m => m.ReportId, new SelectList(Model.ReportsTextList, "ReportId", "Name"),
                                         new { @class = "form-control input-sm-select", @id = "report-selection" })
                        </div>
                    </div>
                </div>
                <div id="panel_ReportParameters" class="panel panel-default equal">
                    <div class="panel-heading">Report Parameters</div>
                    <div class="panel-body">
                        @Html.Partial("_ReportParameters")
                    </div>
                </div>
            </div>
            <div class="col-md-8">
                <div class="panel panel-default equal">
                    <div class="panel-heading">Selected Report</div>
                    <div class="panel-body">
                        @(Html.TelerikReporting().ReportViewer()
                                .Id("reportViewer1")
                                .ServiceUrl(Url.Content("~/api/reports/"))
                                .TemplateUrl(Url.Content("~/ReportViewer/templates/telerikReportViewerTemplate-8.1.14.804.html"))
                                .ReportSource(reportSource)
                                .ViewMode(ViewModes.INTERACTIVE)
                                .ScaleMode(ScaleModes.SPECIFIC)
                                .Scale(1.0)
                                .PersistSession(false)
                                .PrintMode(PrintMode.AutoSelect)
                        )
                    </div>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-md-4 nopadright">
                <div class="col-md-4">
                </div>
                <div class="col-md-4">
                    <a href="" id="viewbutton" type="button" class="btn btn-info" style="width:100%">Update Report</a>
                </div>
            </div>
        </div>
    </form>
</div>
 
<script>
    $('#report-selection').change(function () {
        var reportId = $(this).val();
        //        alert(reportId)
        $.ajax({
            type: "POST",
            url: '@Url.Action("RefreshReport")',
            traditional: true,
            data: { reportId: reportId },
            success: function (data) {
            }
        });
    });
 
</script>
Squall
Top achievements
Rank 1
 answered on 19 Sep 2014
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?