My report is used crosstab wizard.How can I fix this UI inconvenience? My problem is in the following attachment file.
Thank !!!
HI,
I'm facing an issue on Telerik reporting while rendering into word(DOCX). My generated docx file table 1st cell name has been disappearing ...Not only one table. Every table 1st cell Name has disappered.. Why?
I don't know? can some one help
Hi,
We are trying to use HTML5 Report viewer in Angular 2 and Typescript. We are able to render report with hard coded parameters. Now we need to dynamically pass parameters both key and value.
ngAfterViewInit() {
var reportViewer = jQuery("#reportViewer1");
if (reportViewer) {
telerik_ReportViewer({
serviceUrl: this.baseUrl,
templateUrl: this.templateUrl,
reportSource: {
report: "test.testreport,report",
parameters: {
"p1": 1,
"p2": 2,
"p3": "head"
}
}
});
}
}
Instead of hard coded p1,p2, p3 we want to read key value pair from array and assign both key and value to parameters.
We are unable to get how to assign parameters dynamically. Please guide us. We are not able to find a sample which does this.
I am getting the following message
"Can not start the wizard. Consider restarting Visual Studio. DesignerHost is null."
I have restarted over and over again, including rebooting my machine.
Any help
Thanks.
Hello, we are (ab)using reports to design printable documents, and we're having an issue with printing multiple reports on a page.
Normally, printing works fine, however when a certain field is long enough to create a new line, the size of the item gets increased, causing report items to get bumped to a new page. See attached image for the report item, which fits 6 to a 8.5x11 page in landscape mode.
What I'd like to happen is that items near marker #2 expand to take up the space up till the grid at marker #1, whereas right now any new line in the items at marker #2 will simply cause the entire report to be longer. I've attached a second image showing the actual printed result. If the third item weren't a line longer, there would be 3 more items on that page.
protected override Telerik.Reporting.Cache.Interfaces.ICache CreateCache()
{
return Telerik.Reporting.Services.Engine.CacheFactory.CreateFileCache( HttpContext.Current.Server.MapPath("/Cache") );
}
}
This has been asked before but all answers are around extending the functionality of Telerik Reports (which I can't do).
When using the standalone designer, I have a picture box that retrieves the value from a database field. Sometimes that field is null or empty text (''). When this occurs, the report renders with a nasty message.
How can we have it just hide that picture box?
I have tried to use conditional formatting with no luck (=IIF(isnull(Fields.PicPath,'') = '',1,0).....and then turn off visibility if it is a 1).
So...no code answers please. This is for the standalone version. How do you resolve this?
Note I can modify the SQL query as needed as well and have tried to send it Null values as well as '' (empty text) and nothing appears to satisfy Telerik.
Help please.