Telerik Forums
Reporting Forum
1 answer
91 views
Hello there,

I have a report with one table a an object data source.
The object source is simple consuming an OData service (something like select ALL from List).
During Preview mode I can see the same item returned by the OData service twice and during execution the table is empty.
The OData Service is workig fine because is tested with LinqPad, plus I can see the same data twice during preview mode, so is nothing to do with the OData service.
The service returns two items in total.

The code to load and execute the report is simple:
            var uriReportSource =  new Telerik.Reporting.UriReportSource ();
            uriReportSource.Uri = "Reports/" + "deleteME.trdx";                        
            reportViewer1.ReportSource = uriReportSource;
            reportViewer1.DataBind();

Thanks,
javier
Top achievements
Rank 1
 answered on 18 Jul 2013
1 answer
296 views
Hello guys,

Im using Telerik_Reporting_Q2_2013 - and i have a problem to count the rows.
http://s7.directupload.net/images/130715/qbesd3up.png

At the top you can see how it is right now, at the bottom how i wish it to be.
=RunningValue("table1",CountDistinct(Fields.StartDate)) - seems to count wrong.

http://s1.directupload.net/images/130715/qw6y826q.png

Please help me :)

Best regards,
Hadib Ahmabi
Top achievements
Rank 1
 answered on 18 Jul 2013
11 answers
820 views
I have just upgraded to Q1 2013 of Reporting and I have lots of errors in the .Designer.cs files such as:

formattingRule1.Filters.AddRange(new Telerik.Reporting.Data.Filter[] {new Telerik.Reporting.Data.Filter("RowNumber()%2", Telerik.Reporting.Data.FilterOperator.Equal, "=1")});

The best overloaded method match for 'Telerik.Reporting.FilterCollection.AddRange (System.Collections.Generic.IEnumerable<Telerik.Reporting.Filter>)' has some invalid arguments
-------
Argument 1: cannot convert from 'Filter[]' to 'System.Collections.Generic.IEnumerable<Telerik.Reporting.Filter>'
-------
The type or namespace name 'Filter' does not exist in the namespace 'Telerik.Reporting.Data' (are you missing an assembly reference?)

Am I missing a dll reference?

Dan
James
Top achievements
Rank 1
 answered on 17 Jul 2013
4 answers
204 views
Hi,

It would be really nice for an end-user to be able to point the report designer at an OData service and have it consume that data without any other intervention necessary. (The inspiration here would be Linqpad which can dynamically bind to an OData service and then have ad-hoc queries issues against it). Any chance this could make it on the roadmap?

Thanks,
Jason
Squall
Top achievements
Rank 1
 answered on 17 Jul 2013
1 answer
131 views
Dear team,

my exist reports not working anymore after i upgrade to Q2 version.

I used the wizard to upgrade the solution but when i try to open any report, i get the below problem and i don't what to do.
Squall
Top achievements
Rank 1
 answered on 17 Jul 2013
1 answer
171 views
I have convered my telerik report successfully into a docx.  The problem i am having is on the docx file if I expand a textbox or subreport to enter data and the data entered causes the rest of data to go to next page I then have small data piece on the next page with the rest of page as white space and then continued data on third page following white space.  I do not have any page breaks in report and all textboxes subreports etc are smaller than the marginal allotment.  What I want is to be able to expand a control and add data and the rest of document flow to next page without white space.  I have keep together to false on all sections and controls in the report
Squall
Top achievements
Rank 1
 answered on 17 Jul 2013
3 answers
425 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
378 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
144 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
114 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
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?