Hello,
I've got a web server (it's a WCFservice, but doesn't matter) and I need to write the documents on a specified folder... I've seen an article on how to use the telerik wcf service to generate it on the SL side, but what I need is to generate them direcly on the server... need I to use the Telerik.ReportViewer.WinForms.ReportViewer.ExportReport?? and if so, how??
Thanks
We have reports that we are generating directly to PDF using code from here. This works fine in our local environment for all users and browsers.
We have moved this offsite outside our intranet and now we have a problem with seeing the PDF under IE 7. No other browser is affected. we can work around this by adding it as a trusted site, but that's is not a practical solution to tell customers this.
Is there a way to programatically run a report when the parameters change without the user needing to press the preview button. In my application the users select a row in the datagrid and the report should run and get the corresponding data. It works the with the first click but it does not run after that because the render begin event is not fired again until preview is pressed. Also, is there away to change the test on the preview button?
I have a date column in my report.While i was exporting to csv or excel file date column is not displaying the date it is showing "#######" symbols instead of date.
I have created Dataset1.xsd class in my ClassLibrary project. Now after creating new Telerik Report, while in Report Wizard, I do not see my dataset under Project Data Source list.
Hi
i wanna to know .is any way to set more than two object's conditional formating?
Why am i choose three textbox at the sametime and set some conditional formating for them.
then i check any one of there conditional formating all empty...?
I have a report that I have created 2 report parameters for... they are Tier and Organization. They are both pulling from the database a selection list. My issue is this... you are required to make a selection from the dropdownlist and there is no default data that populates the report until you make your selections. You have to make selections from Tier and Organization for the report to populate. I would like it if I could select a Tier, then for Organization it would pull up all of them for that Tier. and visa...versa if I pulled up an Organization, then for Tier it would pull up all of them for that Organization.
My selections in the database for TIer are 1, 2, 3, 4, 5. I would like it if there were an extra selection ... something like "All" or "Default" to indicate Tier as a wildcard... so to speak ... that would pull up all the Tiers in the database. I don't want the User to be stuck with only making the selections from the database.
Any suggestions on how to use the report properties tool to make this happen would be fabulous.
Thanks!
wen
Here are my selections for Tier in the properties...
ReportParameters:
AllowBlank True
AllowNull False
DataSource sqlDataSource1[TelerikReporting.SqlDataSource]
DisplayMember = Fields.Tier
Filters (No Filters)
Sorting (No Sorting)
ValueMember = Fields.Tier
Mergable True
Name Tier
Text Tier
Type Integer
Value
Visible True
Having problems with the Document Map on a ReportBook with multiple reports. I'm wanting each report to appear in the document map so I have bookmarks set on each individual report. But at runtime, the links of the Document Map aren't behaving correctly. They all just link back to the first report in the list. I have a feeling this has to do with there being multiple root nodes in the map. How do I get this to work?