Telerik Forums
Reporting Forum
2 answers
196 views
I have a current report that works fine when using a single parameter. I attempted to change the gunnumber parameter to multivalue, but can not get the selections to work I changed the = to In, but the dropdown checkbox will not accept the selection.

I have attached pictures of the my parameter and filter. Can someone tell me how to properly convert this to a Multivalue parameter?
Elian
Telerik team
 answered on 16 Jan 2012
1 answer
91 views

Hi,

I am using Telerik Reports Q2 2011 with Silverlight 4. I added an empty chart in a report without specifying a DataSource and with Default Type “Pie”. I assigned a Chart Series to this chart in NeedDataSource Event. In this way, chart successfully created and loaded in silverlight report viewer. But, whenever I try to export that report in any format I get an empty chart in the resulting file with the message “There is no or empty series”. Please, suggest a possible solution for this.

Thanks!

Adil

Steve
Telerik team
 answered on 16 Jan 2012
0 answers
93 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
158 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
389 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
188 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.1K+ 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
279 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
196 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
423 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?