Telerik Forums
Reporting Forum
1 answer
180 views

I am trying to use Telerik Reporting in a WPF application based on the Prism MVVM platform.  After much trial an error, I was able to get the report viewer to display the report but could not get the report a second time without closing the window and reopening it.

In Prism, there can only be one Window control, so I had to change the report viewer to a UserControl. 

Has anyone been able to get this to work reliably in Prism?

Silviya
Telerik team
 answered on 27 Jun 2018
2 answers
318 views

Hi all

When rendering reports inside a WindowsService the CurrentUICulture is taken from the users configuration and CAN NOT be changed. Within a normal executable this works fine. In general.. To have the localisation depending on the threads culture is not always a good way to control the language output. Is there another way to force localisation for a certain culture? and if not, this would be a big issue to solve!

 

Many thanks

Sascha Bauer

Sascha
Top achievements
Rank 1
 answered on 26 Jun 2018
1 answer
262 views

Hello,

 

I'm using Angular Report Viewer and I'm getting the error as in attached image when I'm trying to load my report into the viewer using REST Web API service. 

I can see in dev tools that the url that is failing is.
http://localhost:55504/api/report/clients/706df770722/parameters

and that the request payload is {report: "test.trdp", parameterValues: {EmployeeID: 31, Year: 2018}}.

 

This is happening in development environment. I'm using latest VS 2017 and Telerik Reporting 12.1.18.620

Ivan
Top achievements
Rank 1
 answered on 26 Jun 2018
1 answer
311 views

Hi,

How can I customize the Telerik report parameter controls? I am using  AngularJs as the front-end development. We already customized the vertical parameter area into horizontal by overriding the custom CSS class of the report parameter area template. Can we access data from the Telerik report parameter API and manipulate using the angular js directive?

 

Silviya
Telerik team
 answered on 26 Jun 2018
6 answers
273 views

Hi,

I've created a report whose filter label may change.  I'm passing the filter label in as a parameter but when I go to set the label text, the filter label is not appearing when the page first opens and the report includes all data.  When I change the filter or dates and the report refreshes, the filter label is then displayed.  I'm setting the label to the parameter.FilterLabel.Value but again, it doesn't display until the report is refreshed after the initial report is displayed after opening the page.  Any ideas on how to get this filter label to display when the page opens?

 

I've include a pic of what the filter looks like when the page first opens and after a filter is selected.  I'm passing the string 'Department' in as a parameter.

 

Thanks,

Jim

 

Jim
Top achievements
Rank 1
 answered on 25 Jun 2018
16 answers
2.6K+ views

I was successfully running Telerik Reporting R2 2016 (Telerik_Reporting_R2_2016_SP1_10_1_16_615_DEV.)   in my VS 2015. Recently I upgraded from VS 2015 to 2017 . Now I am unable to edit/create new reports in VS 2017 Report Designer as the Telerik Reporting Toolbox and Menu items are missing in VS 2017.

I can open the report file in Report Designer though.

headPropellerHead
Top achievements
Rank 1
 answered on 25 Jun 2018
8 answers
328 views
Here is a snippet of a TRDX

    <PageHeaderSection Height="0.899999936421712in" Name="pageHeader">
      <Items>
        <TextBox Width="4.07916673024496in" Height="0.400000015894572in" Left="0.0208333333333333in" Top="0.0208333333333333in" Value="Workspaces" Name="reportNameTextBox" StyleName="PageInfo" />
        <PictureBox Url="~/images/logo.png" Width="1.79999987284342in" Height="0.700000047683716in" Left="4.63750012715658in" Top="0.0208333333333333in" Sizing="ScaleProportional" MimeType="" Name="pictureBox1" />
      </Items>
    </PageHeaderSection>

I am trying to specify the image relative the virtual directory (this is not a web site) of the place where the report controller resides (REST API)

What is the correct syntax?
Silviya
Telerik team
 answered on 25 Jun 2018
1 answer
460 views

Hi,
I am creating the report with standalone designer. 
My sample datasource will be like this below,

Data Source
-----------
Name,QtyValue,DateTime
S001,100,2018-05-01
S001,200,2018-05-02
S001,300,2018-05-03
S001,50,2018-05-04
S001,250,2018-05-05
S001,100,2018-05-06
S002,200,2018-05-02
S002,30,2018-05-04
S002,100,2018-05-05

In my report group footer, I would like to display the 
Maximum/Minimum Qtyvalue and the DateTime value for that maximum value. 
I tried to use the expression 
IIF(Fields.QtyValue =  Max(Fields.QtyValue), Fields.DateTime, "")

It didn't work. Can you guys please advise me how to achieve.

Expected
---------
Name: S001

Max                                        Min
Value         Date                     Value            Date
300            2018-05-03          50                 2018-05-04


Actual
-------
Name: S001
Max                                Min
Value  Date                    Value          Date
300                                 50              

Thanks in advance. 

Todor
Telerik team
 answered on 22 Jun 2018
3 answers
1.2K+ views

I'm using the standalone Report Designer, and I'm trying to export my report to Excel with each order line item on a separate sheet. My report has orders, and each order has one or more line items. Basically, our customer wants to see separate reports on each tab showing the order header data and the line item data.

I've seen suggestions to use the Report Book feature, but we're using the standalone designer, and the report book feature seems to be a programmatic solution. I need a solution I can implement in the designer.

Thanks!

Nasko
Telerik team
 answered on 22 Jun 2018
1 answer
110 views

Hi everybody,

   we need to print a report with following format:     

Silviya
Telerik team
 answered on 22 Jun 2018
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?