Resets property value to default for all selected document elements
Namespace:
PerpetuumSoft.Reporting.DesignerAssembly: 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 ) |