Telerik Forums
Reporting Forum
1 answer
537 views

In our testing of the report viewer, was found that it will not load properly in Microsoft Edge. It fails with the error message "This page is having a problem loading". Looking at the Report Viewer Browser support page it appears that Edge is not currently supported. Is there an ETA on when this will be a supported browser? We likely will need Edge working before we can fully consider this product.

Stef
Telerik team
 answered on 15 Aug 2016
4 answers
740 views
Hi,

I want to change the style / the theme of my report based on the User.
All my User have a UserGroup. My UserGroup has custom style.
All this information are in the DB.
UserStyle: ID | ID UserGroup | LOGO | Style 1 | Color 1 | ect..

I want change my report style with those informations.
I know it is possible to give my item a style name.
But Can i define it in the main report Code behind.

Bonus: Can I do this Only once for the Main Report?

Basically using Style Name as a CssClass.
Stef
Telerik team
 answered on 12 Aug 2016
18 answers
280 views

Hi

I am using reporting v.7.1.13.612

I have a graph with one line series, the Y axis is Numeric and the X axis is Category(numbers also).

When I have a lot of records I want to hide some of the category labels since it looks bad.

I found only a way to do that with Chart class but not with Graph class.

Thanks

Ron

Katia
Telerik team
 answered on 12 Aug 2016
2 answers
199 views

Hi Team,

 

I have used a excel to bind to my script and have done two iterations.

After the script is done when i am exporting my report, i want to see the data passed for the step in the report .But for each iteration it shows the same data whereas it runs for all sets of data in the excel :

"Enter text '/demo' in 'HdfsUrlText' - DataDriven: [$(path)]"

 

I want something of the following type i.e different data passed should be visible in the result so that we can know the difference of the result:

#Iteration1

"Enter text '/demo' in 'HdfsUrlText' - DataDriven: [$(path)]"

#Iteration2

"Enter text '/demo1' in 'HdfsUrlText' - DataDriven: [$(path)]"

 Please let me know how to set the value in the text field and make it data driven.

 

Katia
Telerik team
 answered on 12 Aug 2016
5 answers
752 views
I am currently evaluating Telerik reporting.  One of the projects that I work on requires that a report be generated so it will be formated as we have designed it to look, however we do not want it previewed by the user.  There are two seperate functionalities that we require.  One is the report would be sent directly to a printer.  The other function requires the report to be formated, converted to .pdf and saved directly into our SQL Database by means of a file stream into a binary max field.  We currently have this functionality in a VS2008 project using Crystal Reports.  My desire is to get away from Crystal as quickly as possible, I hope you tell me this can be done.   
Katia
Telerik team
 answered on 12 Aug 2016
5 answers
535 views
I'm trying to convert sqldatasource to dataTable but I recieved an error.

Here is the error:
'Telerik.Reporting.SqlDataSource' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'Telerik.Reporting.SqlDataSource' could be found (are you missing a using directive or an assembly reference?)


DataSourceSelectArguments args = new DataSourceSelectArguments();
DataView view = (DataView)sqlDataSource1.Select(args);
DataTable table = view.ToTable();

Which namespace should I use and which assembly should I add? Or maybe its not supported?

Stef
Telerik team
 answered on 12 Aug 2016
1 answer
146 views

Hello, 

I was wondering how I access the SelectedDocumentMapNode and DocumentMapNodes properties in WPF? 

The goal is to display my own document map with checkboxes next to each item so I can provide the user with a simple way to remove reports. Seems redundant to display a list of sections to include along with displaying the built-in Document Map. 

Thanks,

Amy

 

 

Stef
Telerik team
 answered on 12 Aug 2016
1 answer
112 views

Hi,

my hierachy:

--+-> MasterReport
                |
                +-> SubReport 1
                  +-> Textbox 1
                  +-> Textbox 2
                  +-> SubReport 11
                               +-> Textbox 3
                               +-> SubReport 111
                  +-> SubReport 21
                               +-> Textbox 4
                               +-> SubReport 211
                (...)       
In my report construcutor i'm hidding SubReport1 like this:
               

SubReport1.Visible = false ;

But i can't find any way to access SubReport11, SubReport111 or SubReport21 from here.
I have try:
  SubReport1.Items["SubReport11"].Visible = false;
  SubReport1.Report.Items["SubReport11"].Visible = false;

  Cant you please tell me how you would access to the SubReport11 Visible Propertie from the code of MasterReport.

Regards,
Pierre LEBON
Pierre
Top achievements
Rank 1
 answered on 11 Aug 2016
3 answers
358 views

I'd like to be able to make the length of some of my dropdown parameters longer. The default is fairly short and it's hard to select multiple values when there are many options. Is this possible? All of my parameters are created during design-time.

Thanks

Katia
Telerik team
 answered on 11 Aug 2016
1 answer
138 views

Hi,

i'm new to the telerik reporting. I'm using it for WPF application in which all the data are fetched from the WCF service

In the same way, i would like to use the Datasource from the wcf service to the Reporting class. Its very difficult for us to implement the datasource which is not fetching the data

Can you please let me know how to add wcf service as the Datasource for the reporting library?

A sample working project would be really helpful for me to implement the same

Thanks in advance

Ramesh R

Stef
Telerik team
 answered on 10 Aug 2016
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?