Package com.stimulsoft.report
Class Func.EngineHelper
java.lang.Object
com.stimulsoft.report.Func.EngineHelper
- Enclosing class:
Func
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetRealPageNumber(Object sender) static StringjoinColumnContent(StiDataSource dataSource, String columnName, String delimiter) Method writes all the values of the datasource column through the separator as a String.static StringjoinColumnContent(StiDataSource dataSource, String columnName, String delimiter, boolean distinct) Method writes all the values of the datasource column through the separator as a String.static StringtoQueryString(List<?> list, String quotationMark, String dateTimeFormat) static StringtoQueryString(List<?> list, String quotationMark, String dateTimeFormat, boolean needEscape)
-
Constructor Details
-
EngineHelper
public EngineHelper()
-
-
Method Details
-
getRealPageNumber
-
joinColumnContent
public static String joinColumnContent(StiDataSource dataSource, String columnName, String delimiter) Method writes all the values of the datasource column through the separator as a String.- Parameters:
dataSource-columnName-delimiter-- Returns:
- Resulting String.
-
joinColumnContent
public static String joinColumnContent(StiDataSource dataSource, String columnName, String delimiter, boolean distinct) Method writes all the values of the datasource column through the separator as a String.- Parameters:
dataSource-columnName-delimiter-- Returns:
- Resulting String.
-
toQueryString
-
toQueryString
-