'Declaration
Public Overloads Shared Function Find( _ ByVal reportTypeID As System.Integer, _ ByVal js As Server _ ) As System.Collections.Generic.ICollection(Of ReportDesign)
'Usage
Dim reportTypeID As System.Integer Dim js As Server Dim value As System.Collections.Generic.ICollection(Of ReportDesign) value = ReportDesign.Find(reportTypeID, js)
public static System.Collections.Generic.ICollection<ReportDesign> Find( System.int reportTypeID, Server js )
Parameters
- reportTypeID
- js