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