Gets merged properties' value of the selected document element

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

Syntax

C#
public ReportDesigner..::.MergablePropertyValue GetSelectionMergablePropertyValue(
	Object defaultValue,
	string propertyName,
	Type propertyType
)
Visual Basic (Declaration)
Public Function GetSelectionMergablePropertyValue ( _
	defaultValue As Object, _
	propertyName As String, _
	propertyType As Type _
) As ReportDesigner..::.MergablePropertyValue
Visual C++
public:
ReportDesigner..::.MergablePropertyValue GetSelectionMergablePropertyValue(
	Object^ defaultValue, 
	String^ propertyName, 
	Type^ propertyType
)

Parameters

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

See Also