Telerik Forums
Reporting Forum
9 answers
1.9K+ views
Hi all,

I am trying to add different subreports (for ex. report1, report2) programmatically, but I couldn't placed each subreport as a new page. I just want to have each subreport in a new page. I tried to set pagebreak to "before", but it didn't work. Do you have an example for that? Thank you
gajjala
Top achievements
Rank 1
 answered on 08 Feb 2019
1 answer
146 views
Hi all, I have a requirement to make a Single Sign-On between the <a href="https://mindmajix.com/sharepoint-training">SharePoint Online</a> and SharePoint on-Premise. I have read some articles on google which shows the process of synching the On-Premise users to the SharePoint online and then use that user to login in to the SharePOint Online site.

But My Scenario is reverse, I want to sync the SharePoint online user into the SharePoint On-Premise. So that the user which is created in SharePoint Online sync in the Sharepoint On-premise and , that user can use the SharePoint On Premise Site.

Is it possible with the same process of Synch for the SharePoint Online and SharePoint On Premise? is it work reverse way too? or I need to do some other thing for that ?

Please advise?
Eric R | Senior Technical Support Engineer
Telerik team
 answered on 07 Feb 2019
8 answers
1.9K+ views
I have a report with the following ReportItem's in it:

PageHeaderSection
DetailSection
    Panel
        TextBox - The title of the section
        Table - The section data
    Panel
        TextBox - The title of the section
        Table - The section data
    Panel
        TextBox - The title of the section
        Table - The section data
    Panel
        TextBox - The title of the section
        Table - The section data
PageFooterSection

I want each TextBox and Table to show together on one page. If the table data spans exactly one page, the TextBox shows on one page and the Table shows on another. How can I keep both of them together?
Mike
Top achievements
Rank 1
 answered on 07 Feb 2019
3 answers
268 views

Hello!

I have one problem with creating custom formatting for axis label of the bar chart.

I have time in Seconds (int) as Data Source for X Axis but I need to display this in format HH:MM  (and HH can be more than 24).

 

My project with build-in csv data: https://dropmefiles.com/pWr9e

I will appreciate any help! Thanks! 

 

Silviya
Telerik team
 answered on 06 Feb 2019
1 answer
144 views

Hello there!

I would like to know if it's possible to reuse all of our Q1 2016 TypeReport (.cs and .designer.cs) in a pure .net core 2.1 app? Do I to rewrite them in the TRDP format?

I read in the implemented features and limitations that : 

  • [...] type reports are not supported. In such scenario the reports can be converted to .trdx/.trdp definitions through the Standalone Report Designer’s Import Wizard or these classes can be used as a runtime-created report instances.
  • The supported report definition types are TRDX, TRDP and report classes, created in Visual studio without the VS designer-specific code.

Does that mean I can copy my report cs/designer files into a new .net core project and call them through code?
I did migrate with the upgrade wizard my .net 4.6 project but I did not manage the import the report files with the stand alone report designer. I always get an error message.

Thanks!

Silviya
Telerik team
 answered on 06 Feb 2019
6 answers
599 views

I am completely new to the report designer.  I have a couple of questions.  Here is one and I will post the other separately.

If I have a date parameter, is there a way to have it offer the user comparison operators (Is On, Between, On or After, On or Before)?  Would this list be another parameter in the query?  If so, is there a way to just provide a set list of strings that are not stored in the database?

 

Thanks,

 

Jennifer

Jennifer
Top achievements
Rank 1
 answered on 05 Feb 2019
3 answers
529 views

Hello I have a following problem - in my web app I am using an html 5 report viewer with telerik reporting and from time to time I am encountering a following problem - picturebox control is not being loaded with image data. Attached is a screenshot with a problem.

I am loading image data as base:

     [code]var bytes = Convert.FromBase64String(base64String);
            using (var ms = new MemoryStream(bytes))
            {
                pbLogo.Value = Image.FromStream(ms);
            }[/code]

 

I tried to search for similara problems, but none of the resolutions worked out.


Silviya
Telerik team
 answered on 05 Feb 2019
1 answer
106 views

Hi..

I'm using the <telerik:ReportViewer ID="ReportViewer1" 

On one of my users the PRINT Icon does not PRINT, it prompts for Save As.

Same thing happens in IE and Chrome.  Any ideas?

 

thx

 

 

 

 

Silviya
Telerik team
 answered on 05 Feb 2019
1 answer
102 views

 

Hello,

on the top of this page:   https://docs.telerik.com/reporting/html5-report-viewer

I have seen a littel nice widget - a dropdown menu above the report.

I attach a screenshot of that report with a red arrow to show you which thing I mean.

It could be useful for me.

I  want to load a report with other parameters and the mentioned dropdown menu above the report could be the right thing.

Depending on the choice it would be shown a report with other parameters.

Please can you show me how to implement this dropdown menu?

 

Simon
Top achievements
Rank 1
 answered on 05 Feb 2019
1 answer
658 views

When I run a report via the webapi against a particular webserver, it just gets to where it's loading /api/Reports/clients/123/instances/documents/123/info indefinitely. It returns a status code of 202 Accepted, content has documentReady: false. No error or anything, it just does this indefinitely forever.

 

I'm using the reporting services webapi to run reports with the mvc framework. To do that I have a class which implements IReportResolver, which instantiates a InstanceReportSource and returns that in the Resolve method. I create these InstanceReportSource instances programmatically else where in the same code base, and they work fine in those instances (without the webapi).

I have a nearly identical code base with the exact same reporting implementation on another web server (Windows Server 2012, IIS 7), and there it works fine. It also works fine when I run it in Visual Studio. The environment where it does not work fine is Windows Server 2008 R2, IIS version 6.1. I am curious if upgrading the OS/IIS would fix it, but I can't do that at customer sites where this will be deployed to necessarily.

 

I did find originally when I ran it, it'd crash the application pool. Seemed to be a permission thing because i'm using the TEMP environment variable for file storage, but switching which account the application pool was under fixed it so it wouldn't crash, but this action happens instead.

 

Both webservers are setup nearly identical as far as I can tell, considering they are different versions. Unsure of where to look, if there's some underlying error or something else to be looking at. Any help is appreciated.

Todor
Telerik team
 answered on 04 Feb 2019
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?