Telerik Forums
Reporting Forum
3 answers
178 views
We currently use a product called Stimulsoft reporting. We have various issues with it and i'm looking around at alternatives. A few questions I have are:

- Does Telerik reporting have a preview window I could embed in a windows form?
- Does Telerik reporting have a designer i could embed in my windows form app?
- Does Telerik reporting enable .NET behind it's reports?
- Can reports be saved out to external report files that can easily be distributed?

Many thanks

Rob
Steve
Telerik team
 answered on 26 May 2009
1 answer
147 views
Hi,

Please give me a practical example to work with chart in reporting. Specially if you look the following link, i find Char/Secondary Y-Axis.
http://demos.telerik.com/aspnet-ajax/chart/examples/functionality/yaxis2/defaultcs.aspx

I want example with programatically like connecting with array type or ado.net.

Because i have four Y-Axis in my requirement.

Thanks.

Regards
Arshad

Steve
Telerik team
 answered on 25 May 2009
1 answer
58 views

Hi,

I created a report with a wizard and its working well.

At below the detail space i drag a drop the chart. when i see the preview i cannot able to see the chart.

Simple again i drop a textbox to test whether its displaying any value from the textbox or not. Even i cannot able to see any thing.

I would like to once the data is generated from the wizard, can we not able to place any controls in the detail section.

Moreover, i would like to know how to connect the report through programmatcially. Please give me a practical example.

Thanks.

Regards
Syed Arshad

Steve
Telerik team
 answered on 25 May 2009
2 answers
346 views
I am trying to create a Report Book by programmatically adding Reports to it.  In the Report New() sub, I need to access a parameter.  When I just display one report at a time, I set a Session variable and then access that Session variable in the New() Sub which works great.  But, since I want multiple Reports, it runs through the New() sub each time fine, grabbing the Session variable correctly, but then it runs through them all again, and that time, it only grabs the last Session variable, therefore, the data in each Report is incorrect.

Here's my code (with hard code values for testing of course):

In my aspx.vb page:

BNID =

"1270"

 

System.Web.HttpContext.Current.Session(

"BNID") = BNID

 

 

Dim Report As Telerik.Reporting.Report

 

Report =

New DataEntryScreen

 

Report.ReportParameters(0).Value = BNID

 reportBook.Reports.Add(Report)

 

BNID =

"1271"

 

System.Web.HttpContext.Current.Session(

"BNID") = BNID

 

 

Dim Report2 As Telerik.Reporting.Report

 

Report2 =

New DataEntryScreen

 

Report2.ReportParameters(0).Value = BNID

System.Web.HttpContext.Current.Session(

"BNID") = BNID

 

reportBook.Reports.Add(Report2)

ReportViewer1.Report = reportBook

In my DataEntryScreen.vb page:

 

Public

 

Sub New()

 

InitializeComponent()

 

'Grab the BNID to use

 

 

 

Dim BNID As String = System.Web.HttpContext.Current.Session("BNID")

 

 

'Populate the Parameters

 

 

 

Me.DataEntryDetailsReport1.ReportParameters(0).Value = BNID.ToString

 

 

End Sub

 

 

 


Any help?

 

 

Syed
Top achievements
Rank 1
 answered on 25 May 2009
1 answer
217 views
Hello , Is it possible to change a shape type dynamically    with conditional formatting tool .It seems  that  it is limited to HTML Style properties such as color ,size .What I want to do is to implement a simple logic which decides a shape ( downside or upside arrow ) in a table column based on the a fields value coming from database . How can I implement that ? 
Thanks in advance
Regards
Steve
Telerik team
 answered on 25 May 2009
11 answers
222 views
pls help me with my earlier problem that I posted its very urgent for me..

this.Filters.AddRange(new Telerik.Reporting.Data.Filter[] {

new Telerik.Reporting.Data.Filter("= Fields.[Activity_Code]", ((Telerik.Reporting.Data.FilterOperator)(Telerik.Reporting.Data.FilterOperator.In)), "= Parameters.[Activity_Code]"),


reportParameter2.Name =

"Activity_Code";

reportParameter2.UI.AvailableValues.DataSource = dsUsers.Tables[0];

reportParameter2.UI.AvailableValues.ValueMember =

"Activity_Code";

reportParameter2.UI.MultiValue =

true;

reportParameter2.UI.Text =

"Activity Code";

reportParameter2.UI.Visible =

true;

the dropdown  box shows require field symbol ..I can,t select empty value in dropdown...
since I have empty data also in that column..
give me the soln..as early u can..
Its very urgent to me...

thanx again in advance 

Steve
Telerik team
 answered on 25 May 2009
2 answers
66 views
Hello,

I need to develop two column report which is to be printed on two column sticker tag sheet.

The right column on tag sheet is slight lower then the right one.

How can I specify the top margin which is only applicable on right column?

Regards,
Fahad
Top achievements
Rank 2
 answered on 25 May 2009
4 answers
538 views
Hello,
I have a last empty page due to the last page break and I don't know how I can avoid it.

I've a report with 2 groups and the detail :
-category group
-location group
-detail

The report should look like this:

first page
<page break>
category group title 1
location group title 1
detail 1
detail 2
<page break>
location group title 2
detail 1
detail 2
detail 3
<page break>
category group title 2
location group title 1
detail 1
detail 2
<page break>
location group title 2
...
detail2
END

If I put the page break before the header of location group, I've an unwanted page break between group title header and category title header.

If I put the page break after the footer of location group, I've an empty page at the end of the report because of the last page break.

Do you have an idea of how I could avoid this last empty page or if I can remove it ? Or maybe change my page break ?

It would be nice to have an option like "Don't page break at the end of the report".
Steve
Telerik team
 answered on 25 May 2009
5 answers
258 views
Hi, if I have a subreport which has the same fields as the master report that accepts 3 parameters but a different final parameter for the stored proc, can I access the main reports ReportParameters in a seperate Needdatasource event for the subreport, and then change the final parameter to whatever I want ?
Pete
Top achievements
Rank 1
 answered on 22 May 2009
1 answer
157 views
Hi there,

I am building a report using the barcodes. I want pull the barcode numbers from a datasource and bind the value to the barcodes within the report so the end user can print it out.

As far as I have got is dragging and dropping from the toolbar.

Does anyone have an example on how I can bind a report to datasource that builds the barcodes?

Any help would be great.

Thank you
Steve
Telerik team
 answered on 22 May 2009
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?