This is how i want it to look like. I also want to populate the table without using wizard

Hi Support,
Is there any documentation on it that i can read? My project is Blazor WASM based.

Support team,
I am exploring a trial of Telerik. I have installed the Reports Server on a remote windows server. and it is running. I have made users in the User Management and given them all the permissions.
In the Telerik Report Designer, running on my local machine, I am trying to Add A Report Server. I entered the server URL from my server, then the local user and pwd.
I get the error "Error while logging into the server. Please check the URL and credentials."
I assume I have the right URL. It came from the setting screen on the reports server. I saw another user's ticket with this issue, from years ago, and it suggested installing Fiddler and sending the logs. I have installed Fiddler, but do not know how to simulate logging into the reports server.
Any help would be appreciated.
Thanks
Amy
Hello again,
We are getting an unexpected scrollbar which allows us to scroll between pages one and two of our reports list. We would rather just use the nav bar to switch between both pages.
Is there something perhaps in the backend designer that needs to be updated ? Some property somewhere ? Or just a css class override on the front end ?
ex/ see page-wrapper class
class="trv-page-wrapper active"
And using the navbar, we would rather just switch between pages via those left/right arrow icons - and NOT have the scrollbar shown here in the screenshow.
In the meantime, I'm doing some debugging to see if I can find the solution...
thanks,
Bob

Hello Team, I'm trying to implement a User Defined Function to be access by Telerik Reports. Is a simple Replace function.
In Report designer I followed the instructions of copying the dll where the report designer is located. It runs fine using the following expression TelerikFunctions.Telerik_F.Replace("t").
When I try to run it from an API, It does not return anything.
"configuration": {
"configSections": {
"section": [
{
"_name": "Telerik.Reporting",
"_type": "Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting",
"_allowLocation": "true",
"_allowDefinition": "Everywhere"
},
{
"_name": "Telerik.ReportDesigner",
"_type": "Telerik.ReportDesigner.Configuration.ReportDesignerConfigurationSection, Telerik.ReportDesigner.Configuration",
"_allowLocation": "true",
"_allowDefinition": "Everywhere"
}
]
},
"telerikReporting": {
"assemblyReferences": [
{
"name": "TelerikFunctions",
"version": "1.0.0.0",
"culture": "neutral",
"publicKeyToken": "null"
}
]
}
I also placed the function in the wwwRoot where the reports are located. But still, it doesn't recognize the function.
Class Library containing UDF
Hello,
Is there a plan to add the Telerik.ReportViewer.WebForms.dll as a NuGet package as well? I already saw some ReportViewer packages, but not for this one. A local installation of the latest Telerik Reporting provides this dll, but that is not very convenient in automatic deployment and testing. And I'd prefer using official packages instead of custom packaged dlls.
Thanks!
Hello, we're in the process of migrating from Oracle Reports (since it's no longer supported) and are evaluating Telerik Reporting as a solution. After looking up the the Standalone editor and make a few POC reports, we have a few questions.
For reference :
Here are our questions :
Lastly, what's the best practice for the report versioning ? We'd like to use a GIT to store our report files and show diffs between each revision. I understand I would not be possible with a .TRDP since it's an archive, so should we save and store our report file as .TRDX to achieve this ?
Thanks a lot for your help !
