Telerik Forums
Reporting Forum
3 answers
565 views
Where can I find a sample project that uses data bound standalone reports in a web or wpf application? I see all kinds of code snipets, but I can't find a simple example that works end to end.
Silviya
Telerik team
 answered on 14 Sep 2018
0 answers
129 views

Hi,

I have create report template using Telerik report designer as described in (https://docs.telerik.com/reporting/standalone-report-designer-report-templates).

I want to use that template when creating new reports from within VS 20017. I have report library within my project and I would like that when I am creating new report, to use that template so I do not have to repeat report look and fell for all my reports.

How can I do that, knowing that I have the report template created.

Regards,

Omar

 

Omar
Top achievements
Rank 1
 asked on 12 Sep 2018
6 answers
190 views

Hello,

 

I'm trying to implement the HTML5 report viewer into my angular application. However during packages installation I get the following warnings:

npm WARN @progress/telerik-angular-report-viewer@3.18.323 requires a peer of @angular/common@^4.0.0 but none is installed. You must install peer dependencies yourself.

npm WARN @progress/telerik-angular-report-viewer@3.18.323 requires a peer of @angular/core@^4.0.0 but none is installed. You must install peer dependencies yourself.

My verions on @angular/common and @angular/core is 5.2.5. Is there any compatibility issue? What are my options now (beside downgrading angular version)?

 

Best regards,

Marcin

Silviya
Telerik team
 answered on 12 Sep 2018
2 answers
285 views

I am using kendo reporting v 11.x. and MS SQL Server 2016.

Firstly, I created a stored procedure that returns a list of person.

Then, I created a simple blank kendo report using visual studio 2017.

Inside the report, I then created a from the kendo reporting toolbox.

Lastly, I selected the stored procedure and dragged a table using the toolbox and then I opened data explorer dragged the field names from the data source.

Please take a look at the attached files. 

the design tab as shown in the picture my procedure is called multiple times. I verified this by writing an insert query on my procedure. , I click the design time, I could see the data getting inserted multiple times

My procedure:

Alter PROCEDURE SpPersonSel

AS
BEGIN

SET NOCOUNT ON;

INSERT INTO .Test
    (
        [Name]
    )
    VALUES
    (
        'abc'  -- Name - varchar(50)
    )
   SELECT p.* FROM dbo.Person AS p
END
GO

 

Todor
Telerik team
 answered on 12 Sep 2018
2 answers
120 views

Hi,

when using the choropleth map wizard and select range grouping = EqualInterval.

Is there a way to control the number that is instead of 4560 - 10599, to be changed to 4500 - 10 600.

I hope to get help soon.

Regards.

Omar
Top achievements
Rank 1
 answered on 12 Sep 2018
15 answers
1.7K+ views
hi ,

i need to create a report which has a couple of drop downs as parameter(filters). each drop down is populated through calling a stored procedure.
my problem is that when i create a dataset and bind it to my drop down and when i add those drop downs to my telerik report, the drop downs won't be populated. do you know why?
is this doable at all using telerik report to have dynamic drop down parameters?

thanks
zahra
JOSE
Top achievements
Rank 1
 answered on 11 Sep 2018
1 answer
194 views
Hello Sir, how to apply Themes for Winform Report Viewer? I cant find any properties to apply theme for this control. Please see picture attachment. Thank you and sorry for my poor English.
Silviya
Telerik team
 answered on 11 Sep 2018
1 answer
500 views

Dear all,

            When I generate only Export PDF is available. Even I set the config of and to true. Here is my config in web config.

<configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting, Version=8.2.14.1027, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE" allowLocation="true" allowDefinition="Everywhere" />
  </configSections>

 

<Telerik.Reporting>
<AssemblyReferences>
<add name="BusinessObject.Client" version="1.0.0.0" />
                        <add name="BusinessObject.Client" version="1.0.0.0" />
</AssemblyReferences>
    <Extensions>
      <Render>
        <Extension name="PDF" visible="true"></Extension>
        <Extension name="XLS" visible="false"></Extension>
        <Extension name="CSV" visible="false"></Extension>
        <Extension name="RTF" visible="false"></Extension>
        <Extension name="XPS" visible="false"></Extension>
        <Extension name="DOCX" visible="true"></Extension>
        <Extension name="XLSX" visible="true"></Extension>
        <Extension name="PPTX" visible="false"></Extension>
        <Extension name="MHTML" visible="false"></Extension>
        <Extension name="IMAGE" visible="false"></Extension>
        <Extension name="HTML5" visible="false"></Extension>
        <Extension name="HTML5Interactive" visible="false"></Extension>
      </Render>
    </Extensions>
  </Telerik.Reporting>

 

Silviya
Telerik team
 answered on 11 Sep 2018
1 answer
109 views

We are creating a report using visual studio 2017 for an MVC5 application and want to display the report toolbar for the end user. It works for demo reports but when we create one from scratch, it does not appear. So far we have been able to display the report, but toolbar does not appear. Is there any configuration needed in order to get the required result?

 

 

Claudio
Top achievements
Rank 1
 answered on 10 Sep 2018
5 answers
255 views

I have a table in my report header (since my datasource is bound to the report). The cells in the row of the table all have conditional formatting to give the table a striping effect. The number of columns in the table will differ based on a parameter of the report. However, in the case when I have two of the columns (that are right next to each other) hide at the same time, there is a slight vertical line (maybe 1px?) that appears. Is this a known bug or am I maybe doing something wrong?

I've attached three screenshots:

1. The design mode
2. A correct rendering where the line didn't appear (and no hiding was taking place)
3. An incorrect rendering where the line is appearing (and the hiding is occurring)

I am using conditional formatting to control the visibility of these fields. They are all set to Visible = True and then the conditional formatting sets the visibility through the Layout section.

 

 

Ivan Hristov
Telerik team
 answered on 10 Sep 2018
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?