About 988 results
Open links in new tab
  1. RDLC issue : Project file must include the .NET Framework …

    Oct 7, 2021 · "Project file must include the .NET Framework assembly 'WindowsBase, PresentationCore, PresentationFramework' in the reference list." Even if I have not used any …

  2. How to change report layout in ReportViewer from asp.net page

    Oct 26, 2021 · I now have a ReportViewer control on asp.net page with datasource select Country, Product, Value from Table1. This reportviewer is associated with Report1.rdlc and …

  3. Calculate Line Count of Text Box in RDLC Report.

    Apr 7, 2016 · Each scenario a different RDLC files. So, is there a way to access, during processing, to access a textbox residing in an RDLC file, determine how many lines of text …

  4. Input String was not in Correct Format

    Jun 17, 2008 · The Three Parameters are like this Area_NUM (Integer), Pool_NUM (Integer), Rpt_as_of_dt (char (10)).. Now I am trying to use this report (.rdl) ASP.Net page by converting …

  5. RDL con Visual Studio 2010 - social.msdn.microsoft.com

    May 6, 2010 · How to create local reports RDLC featuring barcode images in ASP.NET CodeProject: Using the ASP.NET 2.0 ReportViewer in Local Mode Using SQL Server …

  6. Object datasources vanish from rdlc data sources in web project

    Mar 6, 2013 · I create an object for binding as a datasource in my App_Code folder, compile my web project and it appears in the datasources in the report

  7. Add or append a Report (rdlc) to Reportviewer

    Mar 11, 2013 · Hi Guys, My report works fine. Shows my data and all. But i want to add a new local Report with different data from the same datatables using the same rdlc (No Grouping) …

  8. External images are not displaying in RDLC report

    Feb 21, 2018 · However, if I pass the URL directly in the RDLC report in the image control it displays the image. Since this doesn't make the report dynamic, I need to know how to make …

  9. How to place a report heading (static) in rdlc report

    Oct 16, 2021 · I am using RDLC report using report viewer in ASP.NET, The report is generated fine but I need to place a heading at the top of the page. Is there any way to format a report …

  10. RDLC dynamically add images to report like a grid

    Dec 2, 2016 · I don't know how many images there are for each section. I read all images from file system and I can create a dataset with all in it.