Telerik Forums
Reporting Forum
1 answer
168 views
I was curious if you have implemented the distinct count aggregate yet?  That's an important one for our reports.  If the answer is not yet, do you expect it soon?
Svetoslav
Telerik team
 answered on 04 Apr 2008
0 answers
104 views
Hi,
       I had added a sub report to my main and while giving report source it gives an error message as "Object reference is not set to the instance", but i have gave different namespace to both report, since i am geting the same.

regards,
sankar
Sankar
Top achievements
Rank 1
 asked on 03 Apr 2008
1 answer
87 views
//Works in our main server, in my local instance of telerik report, it generates a graph like

Chart image

http://img362.imageshack.us/my.php?image=imagecahcmt7iuc2.png

Zeroes!!! Rad Control directory is in /RadControls.

What am I missing here?

Thanks!
Chavdar
Telerik team
 answered on 03 Apr 2008
4 answers
250 views
I'm having a problem that PDF sizes are too big, like one page grid with no images are getting 1MB. Also zip produces no effect over this files. How can I reduce that?
Rossen Hristov
Telerik team
 answered on 03 Apr 2008
1 answer
49 views
Hi,
       I came forward with the same error, where I didn't use a separate Class Library structure and I am new to Asp.Net , I heared from other post that "Web Site project has a lot of peculiarities and restrictions" .May I know what are they , which may help me to move forward.

thanks,
Sankar
Svetoslav
Telerik team
 answered on 02 Apr 2008
2 answers
384 views
Hi,

In windows application, I was trying to add a Telerik.Reporting.TextBox in report object's detail secation. I wrote something like this

Dim ri as New Telerik.Reporting.TextBox()
ri.Visible = True
ri.Value = "hello"
Report1.detail.Items.Add(ri)
ri.Left = Report1.empIDDataTextBox.Left + New Unit(100)
ri.Top = Report1.empIDDataTextBox.Top
ReportViewer1.RefreshReport()

I think it should display my newly added column/item but it wasnt.

Or is there any other way to add a new item/field/column in report dynamically?

Thanks.
Gourangi
Top achievements
Rank 1
 answered on 31 Mar 2008
3 answers
201 views

I am trying to create a report with design time support for parameterized queries. Just the same as shown on this video. The problem is that I cannot use the wizzard, nor a SQLDataAdapter. I have a function that given the parameters, returns a dataTable.

I know I can use the following code:

Me.DataSource = dt

But then I lose the design time support as the IDE doesn't know which fields are declared on the dataTable.

Is there any way I can work with a DataAdapter over a middle tier so I can process the data before sending it to the report, declaring the fields I'm going to use so I don't lose the design time support?

Thank you

Rossen Hristov
Telerik team
 answered on 31 Mar 2008
1 answer
153 views
I notice that when I set PrintOnFirstPage=False on my Page Header Section, it will leave a white space as large as the suppressed header section.  How should I remove the white space?
Svetoslav
Telerik team
 answered on 31 Mar 2008
1 answer
205 views
Is there a way to control some properties in the PDF document created using the command:

    Telerik.Reporting.Processing.ReportProcessor.Render("PDF", ...

Specifically, I need to set the default page scaling option to "none" so the user doesn't have to be concerned with that. This option is located in the adobe reader's standard print dialog. I am assuming that using Adobe Acrobat, or some SDK one can control this option when creating the document and afterwards when printing the document it would be preselected.

If the page scaling option is left at it's default setting, the document is scaled because it's "considered" larger that the printable area. The report needs to print very close to the right and bottom edge of the paper in order to align with the perforations and use most of the available space. It prints ok when scaling is set to none.
Rossen Hristov
Telerik team
 answered on 31 Mar 2008
7 answers
149 views
Hello

I am trying to add a text box control to my report and then use the Expression builder to add an expression.  Everytime I right click on the text control and select the Expression from the context menu...my visual studio shuts down.

Is there a fix for this???
Svetoslav
Telerik team
 answered on 31 Mar 2008
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?