Telerik Forums
Reporting Forum
1 answer
685 views

How does one set the Time portion on a DateTime parameter in the standalone report designer?  My 'EndDt' DateTime parameter is using 00:00:00 as the time and I need it to be 23:59:59. 

 

Thanks

Stef
Telerik team
 answered on 21 Jul 2016
3 answers
728 views

I have a complex sql query i'm trying to embed into a report using the standalone designer.

It seems like everywhere I have DECLARE @aVariable the designer assumes I want that to be a parameter and then I get "The variable name '@aVariable' has already been declared...

How can I tell Telerik to allow my variables to be variables and not parameters?

Will I be forced to use a stored procedure?

 

Thanks!

Stef
Telerik team
 answered on 20 Jul 2016
1 answer
179 views

Noticed that nupkg's are being made available while downloading the latest Telerik Reporting.  After adding them to our private nuget feed, we realized that the nuget packages are missing the Telerik.Reporting.Services.Api.dll file.  Was this intentional?  Without it, then nuget package becomes useless to us because we still have to manually package that file with our solution.

 

Thanks!

Stef
Telerik team
 answered on 19 Jul 2016
1 answer
177 views
I've set up a summary report with a text box that has an action that opens a drill through detail report. I would like this report to open right below the text box that was clicked to open the report. The summary report detail line would expand to show the drill through report below it. How would I get that to work?
Stef
Telerik team
 answered on 19 Jul 2016
1 answer
49 views

I am trying to make a crosstab in the report designer which tells me the difference because two adjacent fields.

Data:

10, 15, 5

Body of Crosstab Desired:

10, +5, -10

I have tried RunningValue but I don't think that will really get me what I want.

Any ideas?

Thank you!

Stef
Telerik team
 answered on 19 Jul 2016
17 answers
1.4K+ views
Hi.

I created a report that will be used in a Forms application and web.
In the form app, I click in a button and send the report directly to the printer.

I want to do the same thing in a web app.
Is there a way without the ReportViewer? I mean, in the forms app I call the ReportProcessor.PrintReport(report, PrinterSettings). some way to do the same but in the web.

Thanks,
Ezequiel
Stef
Telerik team
 answered on 19 Jul 2016
1 answer
328 views

Hello. I have a panel that contains 3 textboxes (see TextBoxes.png). The second textbox has dynamic heigth (according the the length of the text) and I need the third ("OK") textbox to be always at the bottom of the panel (near "the last row" of the dynamic textbox) as showqn in Text.png (I need it to be in the red rectangle). How can I do that?

Thanks in advance.

Stef
Telerik team
 answered on 18 Jul 2016
2 answers
428 views

Hello!

I have a report that I need to bind a dataset to.  I have created a new dataset in Visual Studio 2012 and added my table adapter to the dataset.  I go into my report and add a new data source.  I select "Object Data Source" and I see my table adapter in the list.  I select it and click next where I am prompted to choose a data member.  These options are displayed:

  1. InvoiceDetailsForPrintingGetTableAdapter
  2. Fill(InvoiceDetailsForPrintingGetDataTable)
  3. GetDate():InvoiceDetailsForPrintingGetDataTable
  4. ToString()
  5. ClearBeforeFill
  6. Container
  7. Site

 

No matter what I choose, when I finish the configuration and go into the data source it throws an error.  

Telerik.Reporting.Processing.Data.ObjectDataSourceException: Member GetData() on type InvoiceDetailsForPrintingGetTableAdapter not found.
   at Telerik.Reporting.Processing.Data.MemberMatch.ThrowMemberNotFound(Type type, String name, ObjectDataSourceParameterCollection parameters)
   at Telerik.Reporting.Processing.Data.MemberMatch.FindMemberMatch(Type type, String name, ObjectDataSourceParameterCollection parameters, Type& returnType)
   at Telerik.Reporting.Processing.Data.ObjectDataSourceInstanceResolver.TryResolveReturnObjectFromType(Type type, String dataMember, ObjectDataSourceParameterCollection parameters, Object& result)
   at Telerik.Reporting.Processing.Data.ObjectDataSourceInstanceResolver.TryResolveAsMethodInvocation(Object dataSource, String dataMember, ObjectDataSourceParameterCollection parameters, Object& instance)
   at Telerik.Reporting.Processing.Data.ObjectDataSourceInstanceResolver.ResolveDataSource(Object dataSource, String dataMember, Boolean evaluateParametersValues)
   at Telerik.Reporting.Processing.Data.ObjectDataSourcePropertiesResolver.ResolveDataSourceProperties(ISimpleDataProvider provider, Object dataSource, String dataMember, IEnumerable`1 parameters)
   at Telerik.Reporting.Processing.Data.ObjectDataProviderBase`1.ResolveDataSourceProperties()
   at Telerik.Reporting.Processing.Data.ObjectSchemaAdapter.<GetFields>d__1.MoveNext()
   at Telerik.Reporting.Processing.Data.SimpleSchemaAdapter.AddDataMeasures(SimpleDataModel model)
   at Telerik.Reporting.Processing.Data.SimpleDataProvider`1.GetSchemaCore()
   at Telerik.Reporting.Processing.Data.DataProvider`1.Telerik.Reporting.Processing.Data.IDataProvider.GetSchema()
   at Telerik.Reporting.Data.Design.DataSourceDesignerBase.Telerik.Reporting.Design.Interfaces.IDataSchemaProvider.GetSchema()
   at Telerik.Reporting.Data.Design.DataSourceService.GetSchemaFromContext(Object context)
   at Telerik.Reporting.Data.Design.DataSourceService.Telerik.Reporting.Design.Interfaces.IDataSourceService.GetCurrentDataItemSchema()
   at Telerik.Reporting.Design.DataExplorerControl.<>c__DisplayClass2.<RefreshDataSource>b__0()

 

But there is a GetData on my data set - I verified it by going into the data set designer and it says "GetData(@cutOff, @invoiceId)" under the GetTableAdapter.  I need to be able to see the fields in the dataset in the report designer so that I can use them in the report.  Any help would be appreciated!

Thanks!

 

Stef
Telerik team
 answered on 15 Jul 2016
2 answers
98 views

Hello Everyone,

We want to export any web page into a PDF. We referred to the following blog. 
http://www.telerik.com/blogs/using-an-external-library-for-the-export-to-pdf-functionality-in-telerik-s-asp.net-editor
Mentioned solution works but doesn't do the complete job. It has 2 issues. 
1. It doesn't export images and 
2. It doesn't retain the layout of the web page.

Can Telerik support team help us to provide a complete solution for this?

There are other 3rd party components which we have already tried and they do this conversion well, 
but we want to know if this can be achieved using Telerik component and how.

 

Appreciate your help in this.

 

Ash
Top achievements
Rank 1
 answered on 14 Jul 2016
1 answer
255 views

hello, i am frequently wondering what is the best practice to list group aggregates only.

1. grouping and aggregating in report, hiding the empty details section

2. grouping and aggregating in data source with LINQ and just list them in the report

 

a current practical example is listing the count of employees per department, floor and building.

 

whatever solution i use, next time i have the same problem, i think the would be better...

Katia
Telerik team
 answered on 14 Jul 2016
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?