Sets a new Binding property for all selected documents elements

Namespace:  PerpetuumSoft.Reporting.Designer
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void SetSelectionPropertyValue(
	string propertyName,
	Type propertyType,
	Object newValue
)
Visual Basic (Declaration)
Public Sub SetSelectionPropertyValue ( _
	propertyName As String, _
	propertyType As Type, _
	newValue As Object _
)
Visual C++
public:
void SetSelectionPropertyValue(
	String^ propertyName, 
	Type^ propertyType, 
	Object^ newValue
)

Parameters

propertyName
Type: System..::.String
propertyType
Type: System..::.Type
newValue
Type: System..::.Object

See Also