Click or drag to resize

StiVariablesCollectionMoveCategoryTo Method

Moves all variables from "fromCategory" category to position of "toCategory" category.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void MoveCategoryTo(
	string fromCategory,
	string toCategory
)

Parameters

fromCategory
Type: SystemString

[Missing <param name="fromCategory"/> documentation for "M:Stimulsoft.Report.Dictionary.StiVariablesCollection.MoveCategoryTo(System.String,System.String)"]

toCategory
Type: SystemString

[Missing <param name="toCategory"/> documentation for "M:Stimulsoft.Report.Dictionary.StiVariablesCollection.MoveCategoryTo(System.String,System.String)"]

See Also