Telerik Forums
Reporting Forum
3 answers
78 views
I'm cleaning up a large report and I changing allot of inline style into common StyleRules and now the IDE Freezes (Not Responding) when I try to close the designer.

The style rules are very simple with just a TypeSelector and something simple like BOLD or TextAlign Right.


I can save the file just fine, it just crashes on close.

I attaching a debugger, but it does not throw an error.


Is this a know issue or am I just lucky.
Stef
Telerik team
 answered on 21 Feb 2013
1 answer
283 views
I'm using the stand alone report writer.

I can't see how to turn off data point labels in a chart that is tied to a data query. I have tried setting up the series ahead of time as is suggested in the literature and setting visible = False in the data label property but it appears I am missing a step in the process. 

Thanks for help!!!
Stef
Telerik team
 answered on 20 Feb 2013
1 answer
139 views
Hi Team

In my telerik report, Right and Bottom Border is not visible in HTML Preview. Please find the attached image.

But the same border is visible when I export to PDF.

The version of my Telerik.Reporting.dll is (5.1.11.928). In one of the blog I read that, replacing newer version of telerik dll may solve this issue. But I DON'T want to replace this dll.

Please help me to solve this issue using same dll. (I need alternative solution for this).

Thanks in advance
Sharan
Steve
Telerik team
 answered on 20 Feb 2013
6 answers
250 views
Hi,
I'm using:
- ReportViewer from Microsoft.ReportViewer.WebForms version 8.0.0.0
- Telerik.Web.UI version 2012.912.35
- Visual Studio 2010 with .Net Framework 3.5
- Sharepoint 2010.
 
Inside a visual web part in a Sharepoint project, I added the report viewer. Everything works fine until I try to ajaxify the page. If I added Ajax to the page, I lose the Export functionality as well as the paging functionality INSIDE the Report.

Attached is a picture of the report viewer paging and export settings with Ajax and without Ajax.
Please advise on what should I do to get the page ajaxified an have the ReportViewer control fully functional.

Thanks in advance,

Steve
Telerik team
 answered on 20 Feb 2013
2 answers
509 views
When I have a page header and a page footer and exporting to word, there is a page break after the footer resulting in a every other page being blank.

I have narrowed it down to the padding generated at the bottom of a section.
From the screen capture
Green = Details Section BGColor
Orange = Table BGColor

In the Report Viewer you can see the green from the bottom of the details section because the table was split to fit on each page.

Within Word, you can see that the green padding rows does not fit and Word pushes it to the next page. causing the blank page which is really a pad row with PageBreakAfter.

Also, the DOCX rendering extensions is splitting the content into an outer page layout table

[ row ] => page1 table (orange)
[ row ] => padding row (green)
[ row ] => page2 table (orange)
[ row ] => padding row (green)


Each page acts independent of each other, Page size, margins, header and footer as if they were process separately and stitched together.

This is apparent when you change the page size within word to legal and all that is accomplished is extra padding at the bottom of that single page.

Split tables also eliminates the ability to select an entire column.

RTF processes a single document correctly allowing Word to generate its own page breaks with a single page header/footer.

Is there a way to configure Telerik to generate a continuous page rather then the individul ones for DOCX export?




Thanks
Steve




Steven
Top achievements
Rank 1
 answered on 19 Feb 2013
1 answer
229 views
Hi all. Basically the problem is that I'm trying to hide a detail if a certain field is zero. I tried using ConditionalFormatting but when I set the style to invisible, it doesn't work because the detail is invisible by default. The visibility of the detail is being controlled by an Action to toggle visibility in a textbox in another group. Is there an easy way to work around this?

I'm trying to use the Bindings property of the detail I want to hide on this condition. Here's what I'm trying to do:

=IIF(SUM(Fields.AnsweredCall) = 0, false, IIF(Telerik.Reporting.Processing.textBox49.Action = true, true, false))

How can I check from within this expression whether or not the textbox has been toggled to show the detail?
Stef
Telerik team
 answered on 19 Feb 2013
5 answers
149 views
I have a group of reports which each have ExternalStyleSheets set at design time to xml files attached to the project.   The reports all display fine in preview mode. 

The problem occurs when using the ReportProcessor-->RenderReport() method to call these reports.   It appears that it doesn't utlizie the ExternalStyleSheets, since all formatting defined in those files is lost. 
Stef
Telerik team
 answered on 18 Feb 2013
1 answer
176 views

Using Telerik Report Designer v 6.2.13.110

Description: In the Telerik Report designer, in-line sub reports are displayed at the bottom of the design page. User can select a sub report, right-click to bring up a menu, and select “Edit Report…”. When selected, the following error message appears:


Attached error message image.

Clicking “Continue” closes the dialog box; the sub-report is not opened. Contents of Details are:

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.NullReferenceException: Object reference not set to an instance of an object.

   at Telerik.Reporting.Design.ReportDesigner.OnEditReport(Object sender, EventArgs e)

   at System.ComponentModel.Design.MenuCommand.Invoke()

   at Telerik.ReportDesigner.Packages.Design.VsMenuCommandService.MenuCommandToolStripMenuItem.OnClick(EventArgs e)

   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

  at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)

   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ToolStrip.WndProc(Message& m)

   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)



Any suggestions?
Steve
Telerik team
 answered on 18 Feb 2013
3 answers
563 views
Hello,

I'm struggling with a report group header that keeps showing alone in one page and the detail section in the other.
This is the report structure:
GroupHeader
     Header Info
Detail
    Text box
    SubReport

Footer is empty

The groupheader PrintOnEveryPage property is (must be) set to True.
The subreport doesn't always fit in one page and the text box may or may not be visible. What I would like is to have a way to keep the header together with at least some part of the detail section. (Keep together for the detail section is set to false as well as for the sub report.)

Is there any way to achieve this behaviour?

Thank you for your help!
Steve
Telerik team
 answered on 18 Feb 2013
5 answers
717 views
I noticed that since upgrading to Q2 2012 I have been unable to add new report to my projects.  I even went so far as to remove completely all Telerik components and reinstall them.

Upon deeper inspection it appears to be related to the fact that all of the telerik controls are missing from the "toolbox" of visual studio.  After I added the Telerik.Reporting namespace back to the toolbox the wizard started working again.

While this particular "failure" seems to be report related, why are we seeing all controls vanish from the VS 2010 environment?  I hesitate to blame you folks however its your product that is being "expunged" from the toolbox.  

I have tried all the "reset toolbox" commands.  Things show up then go away again.  I can manually add items to the toolbox however this seems to then require manual changes at the next quarters upgrades.

Even nuking everything does not seem to solve the vanishing telerik toolbox problems.

Steve
Telerik team
 answered on 18 Feb 2013
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?