Telerik Forums
Reporting Forum
0 answers
92 views
HI
I found if current page can't contain a sub report
but a new page can contain it
The sub report will display at new page
It will occur blank space.
I set all related report's KeepTogether = False
The issue still there.
My version is 4.0.10.317.

Thanks
wang zhong
Top achievements
Rank 1
 asked on 20 Jan 2012
3 answers
234 views
Hi,

I have a report structure that looks like this :

Main Report (Grouped by clients with a group header)
-- Calls (sub report in the main report details, grouped by idCall with a group header)
-- -- Work Entry Source 1 (sub report in the Calls details)
-- -- Work Entry Source 2 (sub report in the Calls details)
-- -- Work Entry Source 3 (sub report in the Calls details)

For some reason I get a page break just before the Calls sub report for each client, so before the detail part of a client. But if I put either one of my sub reports to visible = false (1 to 3 out of 3), the page break isn't there (which is what I would like to happen).

I verified all "PageBreak" properties are set to 'None'. There is not enough data to cause a page break, but I set the keep together property to false for almost everything. Is there something else that could cause this kind of behavior or would it be a bug? (it's probably that doesn't know how to use the product, we bought it 1 week ago)

Thanks a lot
wang zhong
Top achievements
Rank 1
 answered on 19 Jan 2012
7 answers
795 views
hi,

Is it possible to add custom buttons on the Telerik report viewer toolbar on a winforms app?

thanks
Luis
Top achievements
Rank 1
 answered on 18 Jan 2012
1 answer
257 views
Are there any current plans to add DBType Structured to the list of available DBTypes for SqlDatasource Parameters?

If not, please consider adding DBType Structured to the list of Parameter DBTypes for SqlDataSources. I believe this will allow for more reliable performance in Telerik Reporting when Table-Valued Parameters are created and passed to SqlDataSources which bind to Stored Procedures.
Steve
Telerik team
 answered on 18 Jan 2012
1 answer
105 views
Is it possible to move an item in a report to certain location base on values of other fields? The automatic layout isn't working because of the structure of this report, and I'd like to know the best way to do it in code.

Thanks
Steve
Telerik team
 answered on 18 Jan 2012
1 answer
79 views
Is there way to use report parameters to select whether a column in a table or report, is visible or not.
 
Steve
Telerik team
 answered on 18 Jan 2012
3 answers
176 views
Telerik.ReportViewer.WinForms (v. 3.0.9.430)

I get the error listed below when loading an app I built in Windows 7 64bit.  I can run this same app in a Win7 (64bit) VM without issue. This causes the app to crash.  Is this a build issue?

This dump was captured using DebugView (http://technet.microsoft.com/en-us/sysinternals/bb896647 )

<TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"><TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Reliability/Exception/Unhandled</TraceIdentifier><Description>Unhandled exception</Description><AppDomain>ColonialFence.exe</AppDomain><Exception><ExceptionType>System.NullReferenceException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</ExceptionType><Message>Object reference not set to an instance of an object.</Message><StackTrace>   at Telerik.ReportViewer.WinForms.WinViewer.UpdateScrollSize() in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\WinViewer.cs:line 817
00000331 10.12580299 [2964]    at Telerik.ReportViewer.WinForms.WinViewer.OnSizeChanged(EventArgs eventArgs) in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\WinViewer.cs:line 340
00000332 10.12580299 [2964]    at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
00000333 10.12580299 [2964]    at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
00000334 10.12580299 [2964]    at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
00000335 10.12580299 [2964]    at System.Windows.Forms.Control.ScaleControl(SizeF factor, BoundsSpecified specified)
00000336 10.12580299 [2964]    at System.Windows.Forms.ScrollableControl.ScaleControl(SizeF factor, BoundsSpecified specified)
00000337 10.12580299 [2964]    at System.Windows.Forms.Control.ScaleControl(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
00000338 10.12580299 [2964]    at System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
00000339 10.12580299 [2964]    at System.Windows.Forms.ContainerControl.PerformAutoScale(Boolean includedBounds, Boolean excludedBounds)
00000340 10.12580299 [2964]    at System.Windows.Forms.ContainerControl.OnLayoutResuming(Boolean performLayout)
00000341 10.12580299 [2964]    at System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
00000342 10.12580299 [2964]    at Telerik.ReportViewer.WinForms.ReportViewerAreaBase.InitializeComponent() in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\ReportViewerAreaBase.cs:line 163
00000343 10.12580299 [2964]    at Telerik.ReportViewer.WinForms.WinViewer..ctor() in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\WinViewer.cs:line 91
00000344 10.12580299 [2964]    at Telerik.ReportViewer.WinForms.ReportViewer..ctor() in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\ReportViewer.cs:line 11
00000345 10.12580299 [2964]    at ColonialFence.PrintForm.InitializeComponent() in C:\Users\Peter\Documents\Visual Studio 2008\Projects\ColonialFence\ColonialFence\PrintForm.Designer.cs:line 32
00000346 10.12580299 [2964]    at ColonialFence.PrintForm..ctor() in C:\Users\Peter\Documents\Visual Studio 2008\Projects\ColonialFence\ColonialFence\PrintForm.cs:line 43
00000347 10.12580299 [2964]    at ColonialFence.Program.Main() in C:\Users\Peter\Documents\Visual Studio 2008\Projects\ColonialFence\ColonialFence\Program.cs:line 265</StackTrace><ExceptionString>System.NullReferenceException: Object reference not set to an instance of an object.
00000348 10.12580299 [2964]    at Telerik.ReportViewer.WinForms.WinViewer.UpdateScrollSize() in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\WinViewer.cs:line 817
00000349 10.12580299 [2964]    at Telerik.ReportViewer.WinForms.WinViewer.OnSizeChanged(EventArgs eventArgs) in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\WinViewer.cs:line 340
00000350 10.12580299 [2964]    at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
00000351 10.12580299 [2964]    at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
00000352 10.12580299 [2964]    at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
00000353 10.12580299 [2964]    at System.Windows.Forms.Control.ScaleControl(SizeF factor, BoundsSpecified specified)
00000354 10.12580299 [2964]    at System.Windows.Forms.ScrollableControl.ScaleControl(SizeF factor, BoundsSpecifie
00000355 10.12589359 [2964] d specified)
00000356 10.12589359 [2964]    at System.Windows.Forms.Control.ScaleControl(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
00000357 10.12589359 [2964]    at System.Windows.Forms.ContainerControl.Scale(SizeF includedFactor, SizeF excludedFactor, Control requestingControl)
00000358 10.12589359 [2964]    at System.Windows.Forms.ContainerControl.PerformAutoScale(Boolean includedBounds, Boolean excludedBounds)
00000359 10.12589359 [2964]    at System.Windows.Forms.ContainerControl.OnLayoutResuming(Boolean performLayout)
00000360 10.12589359 [2964]    at System.Windows.Forms.Control.ResumeLayout(Boolean performLayout)
00000361 10.12589359 [2964]    at Telerik.ReportViewer.WinForms.ReportViewerAreaBase.InitializeComponent() in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\ReportViewerAreaBase.cs:line 163
00000362 10.12589359 [2964]    at Telerik.ReportViewer.WinForms.WinViewer..ctor() in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\WinViewer.cs:line 91
00000363 10.12589359 [2964]    at Telerik.ReportViewer.WinForms.ReportViewer..ctor() in c:\Projects\Reporting\FromSC_scrum\@ReportingBuild\Reporting_Build\Net20\Telerik.ReportViewer.WinForms\ReportViewer.cs:line 11
00000364 10.12589359 [2964]    at ColonialFence.PrintForm.InitializeComponent() in C:\Users\Peter\Documents\Visual Studio 2008\Projects\ColonialFence\ColonialFence\PrintForm.Designer.cs:line 32
00000365 10.12589359 [2964]    at ColonialFence.PrintForm..ctor() in C:\Users\Peter\Documents\Visual Studio 2008\Projects\ColonialFence\ColonialFence\PrintForm.cs:line 43
00000366 10.12589359 [2964]    at ColonialFence.Program.Main() in C:\Users\Peter\Documents\Visual Studio 2008\Projects\ColonialFence\ColonialFence\Program.cs:line 265</ExceptionString></Exception></TraceRecord>
Steve
Telerik team
 answered on 18 Jan 2012
1 answer
69 views
Hi,

I have to develope a SilverLight4 component that uses Telerik Reporting, and I want to send an object list (List<MyObjectType>) to the report constructor or wherever because I need that the report engine makes the report with these data.

Is it possible right now with "Telerik_Reporting_Q3_2011_v5_3_11_1116" version?

If the answer is "No, It is not", is there any alternative (without making database connections)?

Thanks for your work.

Ricardo Chorro.
IvanY
Telerik team
 answered on 17 Jan 2012
1 answer
290 views
Hi,

In my report, I used lucida sans unicode font and set it to bold. It works fine in html rendering, rtf rendering. But while exporting to pdf, bold font is not displaying in pdf. It is only displaying regular font.

Please help me.
IvanY
Telerik team
 answered on 17 Jan 2012
1 answer
101 views
I'm using web Report Viewer with Ajax in next scenario:
Report is showed after push button(Ajax request to server), and after next push to button Report is unloaded.
But after unload report viewer (set Visible=false), AdjustReportAreaHeight continue to raise. In result I see javascript error "reportTable is null" each time when page is resized.
See below piece of your code. Error raised at "reportTable.rows[reportTable.rows.length - 1]"

ReportViewer.prototype.get_Height = function ()
{
var reportTable = document.getElementById(this.reportTableId);
var lastRow = reportTable.rows[reportTable.rows.length - 1];
var oldDisplay = lastRow.style.display;
lastRow.style.display = "none";
var viewer = document.getElementById(this.clientID);
var clientHeight = viewer.clientHeight;
lastRow.style.display = oldDisplay;
return clientHeight;
}


Please fix this problem, and write how to possible fix it at current version.

Telerik Ajax Components 2011 Q3 (2011.3.1227.35)
Telerik Reporing 2011 Q3 (5.3.11.1222)
Elian
Telerik team
 answered on 17 Jan 2012
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?