Hi,
I'm trying to implement the Reset Page Number by Group functionality for a standalone report. I found an example class within the forums. I can see the assembly I've created from the sample code, as well as the function, in the Report Designer(R1 2017) application Edit Expression dialog.
The problem I'm having is that I can't seem to pass the Report object from the report into the user function. I've tried both of the following function signatures but with no luck:
Public Shared Function MyPageNumber(ByVal lastGroupOnPage As String, ByVal reportPageNumber As Integer, ByRef report As Object) As Integer
Our solution supports both MySQL and SQL Server, the database engine is selected during installation. We are trying Telerik reports but have been stumped trying to figure out how to create a report that can support MySQL and SQL Server.
The report should execute a stored routine in the selected database engine. We have found how to fill the report data source at design time using either a sqldataadapter or mysqldataadapter but how would we select the appropriate data adapter at run time?
Any help you could provide would be appreciated!
Hi,
I am using a common report created in Telerik Reporting Designer.
The report has several multivalue parameters. All of them has "AllowNull" = TRUE (and AllowBlank=True also, just to be sure).
When the report loads for the first time, it works ok - all parameters pass empty to SQL and complete report is created.
But - event there is not change in parameters area, I cannot use Preview button - all multivalue parameters announces incorrect value.
I have to use Sellect All option and Deselect all option ... in all multivalue parameters. And after that Preview button is available
in HTML5 version I miss "Null" checkbox in case of parameters with AllowNull = True
Img attached
Can you please recommend me, hot to proceed with this situation?
Thank you,
Jan H.


Hello
I am having the following problem. I have a detail section and a report footer section. The report footer should always be at the bottom of the page. Everything works well, excepted for the situation shown in the image. Theres not enough room for the report footer, so it is placed on a second page. Its no problem that its set on a second page, but when on the second page, it is not set to the bottom of the page, yet it should. Can i manipulate it so it always sits at the bottom of the page?

Could someone offer some advice with the following issue. I have created a Telerik Winforms report R3 2016. When I display the page footer, the report adds extra blank pages to the report. Basically for every page of data displayed it prints an extra page at the end. ie: 3 pages of data, 3 pages of just the header and a blank footer. The problem only occurs when the footer is displayed, I do not have any controls in the page footer. If I hide the page footer the problem goes away.
Note: I have tried setting the length of the detail and page footer section to not extend beyond 8 inches (no difference).
Would anyone know what is causing this weird behavior.
Thanks
Dave.

I'd like to have a text box containing something like
<code>There are {suppliers} suppliers.</code>
and have <code>{suppliers}</code> substituted with the result of a query such as
<code>SELECT COUNT(*) FROM Supplier</code>.
Is this possible? How?

Could someone please help, I am trying to create a report where the where the table is turned on it's side. This creates the effect of having the column headings on the left and the rows added to the right. So far I have added a Telerik table to my report (in the Detail section) and rotated the layout via the tables context menu. Then I added a typed Dataset (set the name and DataSetName) and I added a Telerik ObjectDataSource (set it's datasource to the Dataset). Once that was done I textbox in the top right cell and selected the value property ellipsis to get the 'Edit Expression' dialog box to come up. From this dialog I selected 'Fields' and the field that I wish to display. Once that was done I have the following in the cell that I wish dynamic data base data to appear "= Fields.FieldName".
My desired result is as follows, a Report with two columns. The far left with static headers and each column to the right with a dynamic value in the first top cell and static "Yes" in all the other rows. What I am actually getting is just the header row.
Could someone please tell me what I'm doing incorrect.
Thank you
Dave.
Could someone please help: I am completely new to Telerik reporting. I have been asked to create a report that will display static headers on the first column and then dynamically add columns to the right for the data. I have attached a sample of what I'm trying to do.
Could someone please recommend a way to do this. Would a table do this.
Thanks
Dave.
