Telerik Forums
Reporting Forum
3 answers
390 views
I have a cross tab.  It has a row group on it.  I have borders around the group, but nor each cell within the group (using conditional formatting to set the background color on every other row).  The problem I have is if the end of the page comes in the middle of a group, it doesn't put a border along the bottom of the cross tab on the page, or across the top of the row on the next page.  Is there a way to tell it I want a border if it is the first or last record on the page?
Stef
Telerik team
 answered on 16 Jul 2013
4 answers
331 views
I am trying to put a superscript in a HTMLTextBox in my report using <sup></sup> tags, but am having no success. It looks like it is just ignoring <sub> and <sup> tags...I plug in <b> tags and it works correctly by bolding my text. 

Am I using the wrong tag? Has anyone come across this?
James
Top achievements
Rank 1
 answered on 16 Jul 2013
2 answers
121 views
Hi Everyone,

I'm having an issue with my cube data source that I'm attempting to set up. In Microsoft SQL Server, I have the AdventureWorksDW2012 data cube which is set up fine and works.

When I attempt to add a new CubeDataSource to my Telerik Report, my databases do not appear. When I put in my server name, no databases appear in the "Database name" drop down. I have both Adomd files as listed here http://www.telerik.com/help/reporting/cubedatasource-configuring-project.html but it won't work.

If I instead set up a SqlDataSource and input the same server name as the CubeDataSource, all of my databases appear in the list. Is there any reason they don't appear in my CubeDataSource? The CubeDataSource works fine when I instead connect to "http://demos.telerik.com/olap/msmdpump.dll".

I'm not sure the issue. Thanks for the help. 
Jordan
Top achievements
Rank 1
 answered on 16 Jul 2013
1 answer
86 views
Hello all,

I have an SL4 LOB app that incorporates your reporting. When the view control loads, it is set to display a default reports (think splash page).
When I use the wizard upgrade and go from v6.1.12.611 (2012 Q2) to v7.1.13.612 (2013 Q2) the report no longer renders in the control and provides the following error:

Error: System.Windows.Markup.XamlParseException : The attachable property 'Action' was not found in type 'Interactivity'. [Line: 1 Position: 1631]
    at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, Boolean expandTemplatesDuringParse)
    at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers)
    at System.Windows.Markup.XamlReader.Load(String xaml)
    at Telerik.ReportViewer.Silverlight.ReportViewerModel.GetUIElement(Byte[] buffer)
    at Telerik.ReportViewer.Silverlight.ReportViewerModel.OnPageLoaderPageLoaded(Object sender, PageInfoArgs e)
    at Telerik.ReportViewer.Silverlight.ReportViewerModel.PageLoader.OnPageLoaded(Object sender, PageInfoArgs args)
    at Telerik.ReportViewer.Silverlight.ReportViewerModel.PageLoader.OnGetPageCompleted(Object sender, GetPageEventArgs e)

The default report is set in XAML as follows:
<my:ReportViewer x:Name="ReportViewer" ReportServerUri="../Services/ReportService.svc" Height="600" Grid.Row="1" Grid.ColumnSpan="2" HorizontalAlignment="Stretch" VerticalAlignment="Top" Report="ReportLibrary.rptSplash, ReportLibrary" ZoomMode="PageWidth" />


The report renders within the VS design on the preview tab without issue.
A screen shot of how it renders in 2012 Q2 is attached.

Help is appreciated.
Mark
Chavdar
Telerik team
 answered on 16 Jul 2013
2 answers
1.0K+ views
I've upgraded my reporting component to 7.0.13.426 already.  Noticed this issue in IE 10 with version 6.2.12.1017.  When I open a report that uses the web viewer it displays fine and exports to PDF fine, but when I attempt to export the exact same report to RTF I get an exception error.  This is happening over all our reports that render in the report viewer.

Using Visual Studio 2012 and ASP.net (Frame work version 4.0).

Web.config report settings as follows:

<Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="IMAGE" visible="false" />
        <Extension name="RTF" visible="true" />
        <Extension name="PDF" visible="true">
          <Parameters>
            <Parameter name="FontEmbedding" value="Subset" />
          </Parameters>
        </Extension>
        <Extension name="HTML" visible="false" />
        <Extension name="MHTML" visible="false" />
        <!--Added Bug 4420 - CCM Dec 7, 2012-->
        <Extension name="XLS" visible="false">
          <Parameters>
            <Parameter name="UseNativePageHeader" value="false" />
            <Parameter name="UseNativePageFooter" value="false" />
            <Parameter name="ShowGridlines" value="true" />
          </Parameters>
        </Extension>
        <Extension name="CSV" visible="false" />
        <Extension name="XPS" visible="false" />
      </Render>
    </Extensions>
  </Telerik.Reporting>


Exception error details:

Parameter is not valid.
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

 Exception Details: System.ArgumentException: Parameter is not valid.

Source Error:

 An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 

Stack Trace:

 

[ArgumentException: Parameter is not valid.]
   System.Drawing.Bitmap..ctor(Int32 width, Int32 height, PixelFormat format) +1141401
   System.Drawing.Bitmap..ctor(Int32 width, Int32 height) +13
   Telerik.Reporting.RtfRendering.DocumentState.WriteShape(ShapeBase shapeType, IStyle style) +459
   Telerik.Reporting.RtfRendering.DocumentRtf.WriteShape(ShapeBase shapeType, IStyle style) +56
   Telerik.Reporting.Writing.ShapeItemWriter.WriteContent(DocumentWriter writer, VisualElement element, ElementPageInfo pageInfo, IPageClip pageClip) +356
   Telerik.Reporting.Writing.ContentItemWriter.Write(DocumentWriter writer, VisualElement element, ElementPageInfo pageInfo) +408
   Telerik.Reporting.Writing.ProcessingElementWriter.StartWrite(VisualElement element, ElementPageInfo pageInfo, DocumentWriter writer) +211
   Telerik.Reporting.Writing.WriteStartOperationsDispatcher.Visit(Shape shape) +99
   Telerik.Reporting.Processing.Shape.Accept(ProcessingElementVisitor visitor) +39
   Telerik.Reporting.Processing.ProcessingElementVisitor.Visit(LayoutElement element) +39
   Telerik.Reporting.Writing.WriteOperationsDispatcher.DispatchWriteOperation(VisualElement element, ElementPageInfo pageInfo) +51
   Telerik.Reporting.Writing.DocumentWriter.Telerik.Reporting.Writing.IWriter.WriteStartElement(VisualElement element, ElementPageInfo pageInfo) +56
   Telerik.Reporting.BaseRendering.PageHandler.Telerik.Reporting.Paging.IPageHandler.StartElement(VisualElement element, ElementPageInfo info) +54
   Telerik.Reporting.Paging.PageStartElement.AddToPage(IPageHandler handler) +57
   Telerik.Reporting.Paging.PageElementLayer.AddToPage(IPageHandler handler) +107
   Telerik.Reporting.Paging.PageElementManager.AddToPage(IPageHandler handler) +59
   Telerik.Reporting.Paging.PageCompositionBase.AddElementsToPage() +78
   Telerik.Reporting.Paging.PageCompositionBase.SendPhysicalPages() +57
   Telerik.Reporting.Paging.PageCompositionBase.OutputPage() +825
   Telerik.Reporting.Paging.PageCompositionBase.CreatePages() +626
   Telerik.Reporting.Paging.PagerBase.Telerik.Reporting.Paging.IPager.CreatePages(IPageHandler handler, Report report) +73
   Telerik.Reporting.BaseRendering.RenderingExtensionBase.Render(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback) +416
   Telerik.Reporting.RtfRendering.RtfReport.Render(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback) +202
   Telerik.Reporting.Processing.ReportProcessor.RenderCore(ExtensionInfo extensionInfo, IList`1 reports, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +1407
   Telerik.Reporting.Processing.ReportProcessor.RenderCore(String format, IList`1 reports, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +103
   Telerik.ReportViewer.WebForms.ReportExportOperation.RenderReport(String format, IList`1 processingReports, Hashtable deviceInfo, Hashtable renderingContext, CreateStream createStreamCallback) +140
   Telerik.ReportViewer.WebForms.ReportExportOperation.RenderReport(String format, IList`1 processingReports, Hashtable deviceInfo, Hashtable renderingContext) +207
   Telerik.ReportViewer.WebForms.ReportRenderOperation.PerformOperationOverride() +384
   Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(HttpContext context, ICacheManager cacheManager) +74
   Telerik.ReportViewer.WebForms.BasicHandler.ProcessRequest(HttpContext context) +276
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

 

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034 

Stef
Telerik team
 answered on 16 Jul 2013
2 answers
410 views
Hi!, I´m having problems with my report. We didn´t update anything from the report since April, it was working fine but since last week it stoped working. In the production server the report loads almost fine the first time (Some images are missing), but when you navigate to the second page of the report you get a "Session expired" message.
I tried running the project locally using the production connection and i get a "exception has been thrown by the target of an invocation" message. The report´s preview works fine. Im using Stored procedures. 
I changed the connection string and used the development SQL Server connection and the report works , so I suspect it may be a data Issue but I get that generic error and I can´t know with precision what is causing it.

Can you help me?

Regards.
Pablo
Top achievements
Rank 1
 answered on 15 Jul 2013
1 answer
71 views
When I try and insert a report viewer control, it says "Failed to create designer....".  All of the other Telerik reporting controls are also greyed out.  I've reset the toolbox but the issue remains.  Do I need to reinstall the reporting app?
Peter
Telerik team
 answered on 15 Jul 2013
1 answer
90 views
Hi,
I m using 30 day trial reporting from: http://www.telerik.com/products/reporting/download.aspx

As per the article at : http://www.telerik.com/help/reporting/quick-start-create-simple-report.html
When I tried to add new data source, I get a blank space with no option to choose from (see attached 'untitled.png').

Please help me out.

Thanks.
Peter
Telerik team
 answered on 15 Jul 2013
1 answer
51 views
Is it possible to have the DrillThrough report target be a radwindow?
I want to display the drillthrough report in a modal popup window.
Squall
Top achievements
Rank 1
 answered on 15 Jul 2013
1 answer
146 views
Hi

I have nested lists in 3 levels in my detail section. When the innermost list is very big, then is forces a page break. it forces a page break.

list 1 has only 1 line - print on top of page 1
list 2 has only 1 line - prints on top of page 2
list 3 has 200 lines - starts printing on top of page 3 and runs over 2 pages pages

I need list 1,2 and 3 to start printing underneath each other on page 1.

I have set keeptogether to false on all 3 lists, with no luck.

Please help
Peter
Telerik team
 answered on 15 Jul 2013
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?