Click or drag to resize

StiCodeGeneratorOutputExpressionList Method (CodeExpressionCollection, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)"]

Namespace:  Stimulsoft.Report.CodeDom
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual void OutputExpressionList(
	CodeExpressionCollection expressions,
	bool newlineBetweenItems
)

Parameters

expressions
Type: System.CodeDomCodeExpressionCollection

[Missing <param name="expressions"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)"]

newlineBetweenItems
Type: SystemBoolean

[Missing <param name="newlineBetweenItems"/> documentation for "M:Stimulsoft.Report.CodeDom.StiCodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)"]

See Also