Resets property value to default for all selected document elements

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

Syntax

C#
public Command ResetSelectionProperty(
	string propertyName,
	Type propertyType
)
Visual Basic (Declaration)
Public Function ResetSelectionProperty ( _
	propertyName As String, _
	propertyType As Type _
) As Command
Visual C++
public:
Command^ ResetSelectionProperty(
	String^ propertyName, 
	Type^ propertyType
)

Parameters

propertyName
Type: System..::.String
propertyType
Type: System..::.Type

See Also