Click or drag to resize

IStiPropertyGridUpdateReport Method

[Missing <summary> documentation for "M:Stimulsoft.Report.PropertyGrid.IStiPropertyGrid.UpdateReport(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.PropertyGrid
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
void UpdateReport(
	bool updatePage,
	bool updateOnlyComponents,
	bool updatePropertyGrid,
	bool updateSelection,
	bool allowAnimation = false
)

Parameters

updatePage
Type: SystemBoolean

[Missing <param name="updatePage"/> documentation for "M:Stimulsoft.Report.PropertyGrid.IStiPropertyGrid.UpdateReport(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

updateOnlyComponents
Type: SystemBoolean

[Missing <param name="updateOnlyComponents"/> documentation for "M:Stimulsoft.Report.PropertyGrid.IStiPropertyGrid.UpdateReport(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

updatePropertyGrid
Type: SystemBoolean

[Missing <param name="updatePropertyGrid"/> documentation for "M:Stimulsoft.Report.PropertyGrid.IStiPropertyGrid.UpdateReport(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

updateSelection
Type: SystemBoolean

[Missing <param name="updateSelection"/> documentation for "M:Stimulsoft.Report.PropertyGrid.IStiPropertyGrid.UpdateReport(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

allowAnimation (Optional)
Type: SystemBoolean

[Missing <param name="allowAnimation"/> documentation for "M:Stimulsoft.Report.PropertyGrid.IStiPropertyGrid.UpdateReport(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also