K
Kadinjool pottan
Guest
i get the error " Interface 'CrystalDecisions.ReportSource.ICachedReport' is not implemented by this class."
below is the code for referance :
<Browsable(False), _
DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)> _
Public Overridable Property IsCacheable() As Boolean Implements CrystalDecisions.ReportSource.ICachedReport.IsCacheable
Get
Return True
End Get
Set(ByVal value As Boolean)
'
End Set
End Property
how can i correct this. kindly help, with thanks in advance
Continue reading...
below is the code for referance :
<Browsable(False), _
DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)> _
Public Overridable Property IsCacheable() As Boolean Implements CrystalDecisions.ReportSource.ICachedReport.IsCacheable
Get
Return True
End Get
Set(ByVal value As Boolean)
'
End Set
End Property
how can i correct this. kindly help, with thanks in advance
Continue reading...