Telerik Forums
Reporting Forum
3 answers
81 views
Hi, 

I have 2 questions. 
1. I am not able to put 2 crosstabs (using same Cube DS) on a single page. If I am creating 2 reports for each, it works fine. When on single page it is throwing Access Denied error. Also, there are many instances where this Access Denied error I was getting. But I work around those. Now, I want to know if it is not possible to keep 2 ( i want many) crosstabs on single page? Note: 2 crosstabs on Review is working fine. The error is only when trying run the application. 

2. What is the best possible way to get a tooltip when keeping the cursor on a bar graph or a pie graph in runtime? 

Regards, 
Amit
Hinata
Top achievements
Rank 1
 answered on 26 Aug 2014
1 answer
525 views
While working in the standalone Report Designer (Q2 2014), I encountered an issue while trying to set up a datasource for a new band report. What I'm trying to do is set up a SQL stored procedure as a data source. I'm able to select my normal connection string, and I'm able to select my stored procedure from the dropdown list and run a successful test query against it. The problem is that after I exit the wizard the Data Explorer Window does not show my data source or any data fields associated with it; as if there was no data source. So far I've tried setting it up from the wizard dialogue that appears when setting up a new report, as well as from the properties window of an unconfigured data source. (I've attached an image showing what the screen looks like after trying to set it up)

Has anyone else run into this? If so, does it only trigger for certain types of stored procedure? (I ask because this has only happened for one of my stored procedures so far.)

Report Designer Version: 8.1.14.804 
OS: Windows 7 Professional (64-bit)
Peter
Telerik team
 answered on 26 Aug 2014
8 answers
195 views
hello,
i see demo of report globalization it's look fine, but i  would like to ask about
if the report columns can be reordered from LTR to RTL when i change language from english to arabic as an example.
e.g if order of columns in english report layout as ProductNo,ProductDescreption then when i change to arabic the order will be
ProductDescription,ProduactNo.
and ii would ask if i can change columns header (ProductNo,ProductDescription) to proper language like arabic

Thanks and best regards
أشرف
Top achievements
Rank 1
 answered on 25 Aug 2014
1 answer
227 views
Hello

I want my chart to look like as shown in the attached image(desire.png).

I have created the charge with telerik reporting graph it is ok.

But I have problem in showing labels on the chart.

I tried to give dataPointLabel-style property in Series but background-colour,border and padding does not applies on the chart.

I have attached actual image too(actual.png).

Can you please tell me what properties should I apply to get the desire result?

Thank you.


Note: I am using telerik reporting version: 8.1.14.618.

Please note that I am not not able to generate support ticket because drop-downs on that page is not working.






IvanY
Telerik team
 answered on 22 Aug 2014
18 answers
930 views
I'm loving the new excel export option, but I have a question.
To what degree can I control the format of the excel document (row height, column width, etc)? If that is possible, how do I do it? Thanks!
Jeff
Top achievements
Rank 1
 answered on 22 Aug 2014
1 answer
539 views
Hi Guys

I have one Complex report , with subreport , in that subreport i pass text as parameter
In subreport :
            passed parameter is a html, so i place that text in HTMLText box, if i have big html content it is breaking the htmltext box size and displaying below the footer i.e exceeding the box size and not going to next page

Stef
Telerik team
 answered on 21 Aug 2014
2 answers
95 views
If I export to a PDF, it opens in the same window. If I export to a Word document, it forces a download (because there is no plugin). I would like all the exports to act the same way (force download). Is there a way to do this, or do I have to manually do the exports?
Nasko
Telerik team
 answered on 21 Aug 2014
1 answer
137 views
Hi, i am trying to add expression to a textbox in code. I can easily do it in the design view like ([=Fields.name]). But i want to set this property in code. So how can i do it ?
Nasko
Telerik team
 answered on 20 Aug 2014
1 answer
200 views
I have 2 websites that I am running in localhost. 1 is the main web app and the 2nd is the telerik reporting application.
My connection string looks like this:
Data Source=.\SQLExpress;AttachDbFilename=C:\ODI\ODI_AGBSafety.mdf;Trusted_Connection=Yes;

I keep getting the following error and don't know what to do

"CREATE DATABASE permission denied in database 'master' An attempt to attach an auto-named database for the C:\ODI\Example.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. 

Any help would be greatly appreciated.

thannks,

Chad
Stef
Telerik team
 answered on 20 Aug 2014
2 answers
213 views
Hello !

I'm using WPF Telerik Reporting Q2 2014 in my application. In one of my reports, I've a table and a chart. Both of them have a different SqlDataSource ( using parameterized stored procedure). My report DataSource is null.   When I preview the report, it works fine and I can see the data. However, when I render the report in the reportviewer, nothing is being displayed. I'm using the following code:

            Report report = new Report();
            report .ReportParameters["StartDate"].Value = this.StartDate;
            report .ReportParameters["EndDate"].Value = this.EndDate;
            InstanceReportSource reportSource = new InstanceReportSource();       
            reportSource .ReportDocument = report ;
            telerikReportsViewer.ReportSource = reportSource ;

Am I missing anything ? Please guide.
Josh
Top achievements
Rank 1
 answered on 20 Aug 2014
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?