Telerik Forums
Reporting Forum
0 answers
115 views
hi,

i have a parameter its name is namesurname.its datasource is employees which

select command text is ="SELECT DISTINCT EMPID, NAME + ' ' + SURNAME AS NAMESURNAME, BRANCHID
FROM            EMPLOYEES
WHERE        (BRANCHID = @BRANCHID)"

its display text and value is both NAMESURNAME

how can i assign branchid(Guid) value from session while on pageload?
Teoman
Top achievements
Rank 1
 asked on 15 Jan 2012
1 answer
204 views
hi,

i have a parameter which filters product name  and its multi value property is true.when i select only one product from parameter it works.but when i select multiple value or select all it gives incorrect syntax near ','.Can you help me please?
Teoman
Top achievements
Rank 1
 answered on 15 Jan 2012
4 answers
435 views
I have assigned a business object to a report's datasource, select a data source member (a method returning the object), and configure the data source parameter,  but when I go into the data explorer I don't see it. What do I need to do to make this happen?
Thanks.
Ron
Lane
Top achievements
Rank 1
 answered on 13 Jan 2012
3 answers
237 views
We are using WPF Telerik Reporting to print onto pre-printed forms that our customers use to submit to government agencies. For the vast majority of our users this works just fine, but some are having print alignment issues where the report doesn't align well enough to the pre-printed form and their submissions are being rejected. We thought we might be able to nudge the report printing a little in either a horizontal or vertical direction to account for this, but haven't found a great solution to this.

So far we have only looked at setting the print margins, but if we do that then the report print engine will realize the report no longer fully fits on a page and then will print overflow pages. What is the best way to tell the report engine at runtime to just nudge its content over by a small amount and still prevent overflow onto extra pages?

Btw, we tried making custom paper sizes with custom margins, but then that still prints extra pages.
Steve
Telerik team
 answered on 13 Jan 2012
15 answers
1.2K+ views
Hello,

I've created a library of reports as described in the documentation.
When building the report library, I've used a certain connection string for each report. However at runtime, the report connectionstring needs changing to reflect the current environment settings.
Searching through the documentation, I couldn't find such an example.

Your help is needed.

Regards,
T.
Steve
Telerik team
 answered on 13 Jan 2012
1 answer
308 views
Hi,

I'm exporting PDF through Telerik Reporting. If I have no data to display (data record count is equal to zero), then I'm doing this:

this.chart1.Visible = false;
this.chart1.Height = Unit.Zero;
  
this.Report.Visible = false;
this.Report.Width = Unit.Zero;
this.Report.Dispose();

But this only displays blank pages; not skipping those pages.
How can I skip the blank pages?

Thanks
Steve
Telerik team
 answered on 13 Jan 2012
3 answers
232 views
Hi

I am attempting to generate telerik reports from a windows serive server.  Would like to end up with PDF reports saved on disk with no human interation.  I am trying to dig up code that will do this.  Has anyone already done this ?  Any examples or advice is very welcome.

Kind Regards

Daniel
Steve
Telerik team
 answered on 13 Jan 2012
7 answers
478 views
Does Telerik Reporting have the ability to use dynamic content for the layout/design of the reports themselves?

Example:

If I give users a radEditor window manipulating and styling (bold, underline,bullets, etc etc) the header and footer content of a report, is there the ability to import this html styled content into the design of the report itself when a user generates the report?

I'm going to watch the webinar for reporting this morning, but thought i'd try and get an answer to my question first.
Paul J
Top achievements
Rank 1
 answered on 13 Jan 2012
1 answer
113 views
Hello,

I'm using Telerik Reporting to generate PDF's with embedded JPG Images.
With Windows 7 the PDF's are completely and valid but with Windows XP the PDF's are invalid.
The Image will generate completely different by Windows 7 as by Windows XP.
Steve
Telerik team
 answered on 13 Jan 2012
1 answer
196 views
I currently have a couple of long running SQL Stored Procedures that are being pulled into a report with an EntityDataSource. They take around 1 minute to complete. 

I have an issue in that the Webforms ReportViewer will timeout after around 30 seconds.  I can't seem to find where I can increase the timeout period.
 
Is it possible to extend the timeout period of the ReportViewer?

IvanY
Telerik team
 answered on 13 Jan 2012
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?