Telerik Forums
Reporting Forum
1 answer
83 views
I am getting a processing halt: Use the "New" keyword to create an object instance. In the code below, at the point Marked <<<<
   Imports System.ComponentModel  
Imports System.Drawing  
Imports System.Data  
Imports System.Windows.Forms  
Imports Telerik.Reporting  
Imports Telerik.Reporting.Drawing  
Imports Telerik.Reporting.Processing  
 
Private Sub DetailSection1_ItemDataBound(ByVal sender As ObjectByVal e As System.EventArgs) Handles DetailSection1.ItemDataBound  
        Dim section As Telerik.Reporting.Processing.DetailSection = DirectCast(sender, Telerik.Reporting.Processing.DetailSection)  
        ' From the section object get the current DataRow  
        Dim row As System.Data.DataRow = DirectCast(section.DataObject.RawData, System.Data.DataRow)  
        If row("TierType").ToString = "4T" Then <<<<
            T4Table.Visible = True 
        End If 
    End Sub 


Also, can I expect the above code to work, once the halt problem is solved?  T4Table is once of several tables I want to hide/show based on data values from the report datasource.

Thanks for your help.

 

 

 

 

Peter
Telerik team
 answered on 06 Apr 2010
2 answers
142 views
hello,


I did text-align: right. But it does not aling appropriately in IE. Telerik ReportViewer.axd generates 'word-wrap' itself in css class. It creates spaces to right side, so its not aligning correctly in IE. Even when i generates a PDF from IE, again it does not aligns as in browser. Same value for right padding are different in IE & FF. IE's browser view & PDF from IE's view is also different. Will somebody help me get out from this?

I have used these styles:
Text-align:right;
Padding-right:55px;
Plz have a look at images attached. FF browser, PDF from FF, IE browser, PDF from IE are not being aligned.
$hekh@r d-Ziner
Top achievements
Rank 2
 answered on 06 Apr 2010
4 answers
126 views
Hello,

is it possible to generate a chart with a breaked line?
Goal for me is to create a graph which hasn't data for all points in time.
For the gaps I would like to break the line.
Is this possible?

I tried to insert point with a value of zero but this renders a vertical line in the graph.


Regards,

Raymond
Chavdar
Telerik team
 answered on 06 Apr 2010
3 answers
50 views
I keep on getting
No more responses are permitted for this survey.

Any ideas?
Vassil Petev
Telerik team
 answered on 06 Apr 2010
1 answer
60 views
I have a report with a parameter that has the option to select all from the list. When I click the checkbox for "select all", all the boxes are selected, but then the page does a postback and some of the options are then deselected. I checked the data and everything seems ok yet for some reason I cannot "select" these particular options from my parameter list. Is the auto parameter window doing some kind of validation that will not allow me to select these particular choices from my parameter list? Thank you in advance for any assistance you can provide!



Steve
Telerik team
 answered on 06 Apr 2010
1 answer
36 views
Is there anyway via the ReportViewer client-side API (or any other method) to determine is the user followed through with a print or canceled out of it?
Chavdar
Telerik team
 answered on 05 Apr 2010
1 answer
47 views
I'm getting a "Package Load Failure" when I startup VS 2008 IDE with "Package 'RemObjects Everwood' has failed to load properly (GUID = ....)".

I was wondering if this is something the Telerik Reporting installs?

Thanks, Rob.
Hrisi
Telerik team
 answered on 05 Apr 2010
4 answers
150 views
Hi

I'm trying to create a report into a Silverlight project where, by architecture definitions, the reports are into a separated Silverlight Class Library project. The point is that one it doesn't run in this scenario. Then, I would like to know if this application is it possible or I just can use Silverlight Reportviewer into a Silverlight Application project.

Thanks in advanced

Wallace
Wallace Santos
Top achievements
Rank 1
 answered on 04 Apr 2010
2 answers
106 views
I have designed a report that makes use of a subreport in the detail section. I have parameters that drive my report that allows the detail section to be turned on or off. My assumption was that if the detail section is invisible or not displayed that all content contained within it would also be invisible.

When I run the report and do not show the detail section even though there is no content showing, the subreport is still causing space to be used and causes white space gaps between my group fields as if it is still trying to show the subreport.

Does anyone know what this issue may be?
Jim Harris
Top achievements
Rank 1
 answered on 02 Apr 2010
1 answer
228 views
Hi, I develop a report with some graphics that I scaled base on percentage of a datatable. Everything running well until I put my report on the production server. Graphics where with a completly different wrong scaled. The graphics was made with pixels as unit of measure. It appears that the number of pixels on my station was not the same on the server. So I changed all the graphics in cm and the problem is not there anymore.

During the process to change from pixels to centimeters,  I would have to like to let Telerik Reporting to change the unit of measure but I had to make it by myself... Now, when I start a report, I put the property UnitOfMeasure in cm so every component I put on the report iniherit this unit.

If it can help someone.
Steve
Telerik team
 answered on 02 Apr 2010
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?