Hi,
I'm implemented a ReportViewer HTML5 on my page, but some clients the report trigger a error.
1.
Unable to get report parameters.
2.
Client with ID -
'XXXXXX-XXXX' not found. Expired
3.
4.
and
5.
6.
Error
creating report instance (Report = <Proyect>.<ReportName>, <Proyect>, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null).
7.
Client with ID
'XXXXXX-XXXX' not found. Expired.
I found this post with same error but the user not post a solution: Getting Error Client with ID - 'XXXXXX-XXXX' not found. Expired
I appreciate your prompt help
PD: I can't upload Screenshots for security restrictions on my work
Best regards
Hello,
I am working on a project that using telerik call web API, but it seems like the ReportsController does not send cookie in request.
As figure 1, there is no cookie when i tried to call api/reports/client, whereas cookie appears when call another web API(figure 2).
How to solve this problem?
Thank you.
= Format("C:\ProductPictures\{0}.jpg", Fields.articleNo) |
Hi,
I have the following:
Report (report_product)
SubReport 1 (SubReportOperation)
SubReport in SubReportOperation (SubReportPreparation)
Report_product
...
Header and general info for report product
...
SubReportOperation line 1
SubReportOperation line 2
SubReportPreparation line 1
SubReportPreparation line 2
SubReportPreparation line n
SubReportOperation line 3
SubReportOperation line 4
SubReportPreparation line 1
SubReportPreparation line 2
SubReportOperation line 5
SubReportOperation line n
The datasource for the SubReportPreparation depend on the ID of SubReportOperation DataObject)
I try this in the SubReportOperation report, DataBinding of the SubReportPreparation but that doesn't work
private void SubReportPrepa_ItemDataBinding(object sender, EventArgs e)
{
Telerik.Reporting.Processing.SubReport report = (Telerik.Reporting.Processing.SubReport)sender;
SubReportPreparation subReport_Preparation = new SubReportPreparation(_connectionStringName);
Telerik.Reporting.InstanceReportSource irs_subReport_Preparation = new Telerik.Reporting.InstanceReportSource();
irs_subReport_Preparation.Parameters.Add(new Telerik.Reporting.Parameter("OF_OPERATION_ID", report.DataObject["ID"]));
irs_subReport_Preparation.ReportDocument = subReport_Preparation;
this.subReport_preparation.ReportSource = irs_subReport_Preparation;
}
How must i do PLEASE ?
THANKS
I am using a regular text box (not html) for large text fields. The starting size of the text box is small, and CanGrow is set to true. Most of the time, the text boxes grow correctly to fit the text. Occassionally I see the last line of text does not fit in the text box. In this case, the text is either omitted (missing) or, if the text box below is empty, the overflow appears in the text box below.
Sometimes by changing the justification, I can make the problem go away in a particular case, but I need a universal solution.
Hello Telerik Team,
I have plotted a stepped line series graph in telerik report, everything is working fine, but facing problem when y-axis value (rising value) changes between one or more x-axis step(image1.jpg, image2.jpg, image3.jpg screenshots are attached).
Thanks!
is it possible to pass , List as Field data,like as we pass parameters,
i got the data to html page and now i wanna bind the data to the Telerikreportviewer,how can i pass the data to telerik report designer and display in crosstab or table