Name | Description | |
---|---|---|
AddIfNotNull | ||
AddIfNotNullOrEmpty | Changes given collection GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinitionCollection by setting a property with a given name to a given value If there is no property with that name in a given collection or its value is empty, the collection will not be changed. | |
SetAnyway | Changes given collection GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinitionCollection by setting a property with a given name to a given value | |
SetIfNotNullAndRemove | Sets property using setter if there is in the collection GrapeCity.ActiveReports.PageReportModel.CustomPropertyDefinitionCollection and removes it from the collection. If there is no property with that name in a given collection, the collection will not be changed. | |
ToBoolean | Converts given ExpressionInfo GrapeCity.Enterprise.Data.Expressions.ExpressionInfo to boolean | |
ToEnum<T> | Converts given ExpressionInfo to enum T | |
ToInt32 | Converts given ExpressionInfo to Int32 |