Indicates if it is possible to reset 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 bool CanResetSelectionProperty(
	string propertyName,
	Type propertyType
)  | 
| Visual Basic (Declaration) | 
|---|
Public Function CanResetSelectionProperty ( _
	propertyName As String, _
	propertyType As Type _
) As Boolean  | 
| Visual C++ | 
|---|
public:
bool CanResetSelectionProperty(
	String^ propertyName, 
	Type^ propertyType
)  | 
See Also