Method not found: 'Telerik.WinControls.UI.MasterGridViewTemplate Telerik.WinControls.UI.RadGridView.get_MasterGridViewTemplate()'.'

0 Answers 119 Views
.NET Framework Actions DataSources General Discussions Performance Rendering Report Parameters Report Viewer - WinForms
Megha
Top achievements
Rank 1
Megha asked on 11 Mar 2022, 09:17 AM

Getting an error, while using method. What can be the reason ? 

Version using:  "Assembly RadGridReportingLite, Version=1.10.2.1, Culture=neutral, PublicKeyToken=null"

Dim report As New RadGridReport("")

report.ReportFormShow(Me, Me.rgvPrint)

Error Details

System.MissingMethodException
  HResult=0x80131513
  Message=Method not found: 'Telerik.WinControls.UI.MasterGridViewTemplate Telerik.WinControls.UI.RadGridView.get_MasterGridViewTemplate()'.
  Source=RadGridReportingLite
  StackTrace:
   at RadGridReportingLite.RadGridReport.GetRowHeight(RadGridView grid)
   at RadGridReportingLite.RadGridReport.GetGridDimensions(RadGridView grid)
   at RadGridReportingLite.RadGridReport.ReportFormShow(IWin32Window owner, RadGridView radGridView)
   at AdecBkOfficeAdmin.frmReportft.PrintMethodNew()
Dimitar
Telerik team
commented on 15 Mar 2022, 01:34 PM

The RadGridView has the MasterTemplate(not MasterGridViewTemplate) property which will return the GridViewTemplate representing the top-most level of the hierarchical data.

 In case you need further help, would you please attach to this thread a runnable project that reproduces the issue?

No answers yet. Maybe you can help?

Tags
.NET Framework Actions DataSources General Discussions Performance Rendering Report Parameters Report Viewer - WinForms
Asked by
Megha
Top achievements
Rank 1
Share this question
or