IEntity..::..GetCrystalReportDocument Method
Namespace:
FLEXYGO.Objects
Assembly: flxEntity (in flxEntity.dll)
Assembly: flxEntity (in flxEntity.dll)
Syntax
CrystalReportDocument GetCrystalReportDocument( string ReportName, string ReportSelectionFormula, eReportModes ReportMode, List<KeyValuePairs> ReportParams )
Function GetCrystalReportDocument ( _ ReportName As String, _ ReportSelectionFormula As String, _ ReportMode As eReportModes, _ ReportParams As List(Of KeyValuePairs) _ ) As CrystalReportDocument
Parameters
- ReportName
- Type: String
- ReportSelectionFormula
- Type: String
- ReportMode
- Type: FLEXYGO.Reporting..::..eReportModes
- ReportParams
- Type: List<(Of <(<'KeyValuePairs>)>)>