Telerik Forums
Reporting Forum
1 answer
118 views
Hello!
I am trying to write reports to be used in a DNN site. I have gotten the reports to work when they are contained in a separate project that creates it own DLL. However, I would also like to create them in the APP_CODE directory of my web project. This does not seem to work. WHen I right-click  in the reports code file, there is no "View Designer" menu option. There is though when I am building reports in their own project. Should this be the case???

Thanks for all your help.
Harold

Svetoslav
Telerik team
 answered on 03 Jul 2007
1 answer
187 views
Hi,

I have a report with two subreports displaying some details. For the content of the subreports I need some headers and currently I have used textboxes placed in the main report above the subreports. Is there some way to keep the headers and subreport together on the same page?

I think what I'm looking for is two groups next to eachother but I don't think that is possible. I only see the possibility to nest groups inside eachother.

Hope you understand what I'm trying to do here and can provide me with a solution.

Thanks,
Hrisi
Telerik team
 answered on 03 Jul 2007
1 answer
169 views
Hello

I am experimenting with different databinding methods and wanted to get something confirmed...

This technique...

 
public partial class Report1 : Report 
    { 
        SqlCommand sqlSelectCommand1 = new SqlCommand(); 
        SqlConnection sqlConnection1 = new SqlConnection(); 
        SqlDataAdapter sqlDataAdapter1 = new SqlDataAdapter(); 
 
        public Report1() 
        { 
            /// <summary> 
            /// Required for telerik Reporting designer support 
            /// </summary> 
            InitializeComponent(); 
 
            sqlConnection1.ConnectionString = "server=(local);database=TroubleTicket;Trusted_Connection=true"
            sqlSelectCommand1.CommandText = "SELECT * FROM app_projects"
            sqlSelectCommand1.Connection = sqlConnection1; 
            sqlDataAdapter1.SelectCommand = sqlSelectCommand1; 
            this.DataSource = sqlDataAdapter1; 
 
        } 
    } 

of putting the databinding logic after the call to "InitializeComponent", works during report development but does NOT allow for drag and drop from the data explorer, correct?

Then the technique of setting the datasource of the report by setting the report properties at runtime, does not allow for the previewing of data during report development. Correct?

Pros and cons of each?

Thanks for your help!
Harold Chattaway

Svetoslav
Telerik team
 answered on 28 Jun 2007
1 answer
101 views
Dear Support,

I know you are planning for "Cross Tab" function in v2. Can you give more information on the schedule and features of v2?

Benson.
Svetoslav
Telerik team
 answered on 27 Jun 2007
1 answer
479 views
 

hi,

we are trying to create a printed invoice for our system as a Report. is that possible using telerik reporting?

the case that we have is that the invoice items are seperated into two tables, each one with its own columns and layout and database query.

the invoice lay out should be like following:

 

Invoice
Date: 19-Jun-07
no: inv2223/2007
table 1
refrence supplier city PO no Price
1 A B 123 890
2 c d 23 123
3 e g 43 321
table 2
type Description Price
typ1 description1 43
typ2 description2 54
typ3 description3 76
total (total of prices)

Ivan
Telerik team
 answered on 27 Jun 2007
3 answers
189 views
Is there a way to display a date in the header or footer?
Hrisi
Telerik team
 answered on 22 Jun 2007
1 answer
283 views
may i have some sample code on how to tick a checkBox if a value is true please
Chavdar
Telerik team
 answered on 20 Jun 2007
1 answer
143 views
the code is below, getting the value of txtOtherNumber.Value works fine but txtPreferHome.Value and txtPrefer.Value are either True or False but I am not getting the value into my variables. So if something is false I want to populate a textbox on the form with a different value that has come back from the database?
code

if (txtOtherNumber.Value.StartsWith("type"))

{

txtOtherNumber.Value = string.Empty;

}

string preferHome = txtPreferHome.Value;

string preferOther = txtPreferOther.Value;

string homeNumber = txtHomeNumber.Value;

string otherNumber = txtOtherNumber.Value;

//Tom wants the prefer contact number at the top

if (txtPreferHome.Value == "False"))

{

txtHomeNumber.Value = otherNumber;

txtOtherNumber.Value = homeNumber;

txtPrefer.Value = "Some Value";

}

Chavdar
Telerik team
 answered on 20 Jun 2007
2 answers
92 views
Hi,

I am using telerik DataGrid and CoomandItemTemplate. I would like t oadd multiple rows at a time toDatagrid. By default it allows only one row to be added at a time.

Can anyone help me out with this?

Thanks,
Manish
Manish
Top achievements
Rank 1
 answered on 19 Jun 2007
1 answer
161 views
How to get Data Sources in the Data Explorer , When the Data Sources will load in data Explorer tab. My Question is whether we have to write code or it is enough to use any Wizard.

Give me the steps how to load data sources in the data explorer.

Thanks in advance
Suresh
Svetoslav
Telerik team
 answered on 18 Jun 2007
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?