Hi support team.
I go back to you on this subject because I have a problem as below:
I'm using Telerik Report Designer Standalone for making my report template.
In fact, I have 2 series: 1 barserie and 1 lineserie. In Line serie, I can make any style of DataPointLabel without any problem. However in bar serie, I want to change the color of DataPointLabel as below but it doesn't take in affect, please help me to resolve it
Currently we're using a pictureBox as a Watermark, but this only shows on the first page of the record.
We also created a binding to show/hide the image.
When using a real Watermark it is correctly displayed on every page, but we cannot add a binding to conditionally show/hide it.
How can we implement a Watermark that both is displayed on every page, but also is only shown on a specific condition?
Kind regards.
I'm trying to generate a report in my Blazor application.
What I’ve done so far:
.trdp
file and embedded it into my Blazor project.Now here's what I want to do:
.trdp
report.
Problem's Summary :
Section Formula information lost after Crystal report to Telerik report conversion
What has been done :
I have converted a Crystal report having multiple sections , each section has its own background color controlled by Formula :Also I have used formula to control data formatting (color) in the original Crystal Report.
After I have used the convert it to Telerik Report.
I found that the formula is missing in the converted Telerik Report, there is no any coloring effect in new report.
My Question is : does the Telerik Crystal Report Converison tools support Formula conversion ?
Thank you
Im getting the "single-row subquery returns more than one row" error when using a stored procedure as a datasource.
This is the beginning of the procedure that I am calling from the report:
create or replace PROCEDURE get_idoc_report (
pStart_Date IN DATE,
pEnd_Date IN DATE,
pPrepMethod IN VARCHAR2,
pAnalyticalMethod IN VARCHAR2,
pInstru IN VARCHAR2,
pMatrix IN VARCHAR2,
pPrepAnalyst IN VARCHAR2,
pAnalyticalAnalyst IN VARCHAR2,
pWO IN NUMBER,
pWO_ID IN VARCHAR2,
pAR IN VARCHAR2,
p_cursor OUT SYS_REFCURSOR
)
IS
BEGIN
OPEN p_cursor FOR
select distinct
to_char(sysdate, 'MM/DD/YYYY') as Current_Date,
to_char(pStart_Date, 'MM/DD/YYYY') as WO_Start, ......
I have run the procedure in SQL Developer using a record to get data from the cursor, and it returns the expected number of data rows. I have used the same query as a Text select datasource query in Telerik and it worked. Any idea why I am getting the "single-row subquery returns more than one row" ? I am thinking Telerik Standalone is not able to access the rows returned from the sys_refcursor output. Any help is appreciated. I have attached the procedure text and a screenshot of the datasource setup.
Using Telerik Report Designer Version 17.1.23.606 and Oracle Database 19C.
I have a table that is grouped by the field CellWCCode. The SQL Query is returning multiple rows (one each for the child item in the BOM), so for example, I might get 5 lines per CellCode. The field StdLabCost returns the one item for each grouped item, but now I want to total the StdLabCost for all of the CellWCCode. I have not figured out how to Sum all of the distinct values.
I attached sample data and the report.
Hi
I have created reports in the Telerik Desktop Report Designer (v19.0.25.313) and I want to be able to open them in the Telerik Web Report Designer.
When I try to upload the .trdp package into the web Assets Manager I get an error - see screen sample.
How can I migrate a desktop report to a web report?
Thanks
Tim.
==