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,
	string subPropertyName,
	Type subPropertyType
)
Visual Basic (Declaration)
Public Function GetSelectionMergablePropertyValue ( _
	defaultValue As Object, _
	propertyName As String, _
	propertyType As Type, _
	subPropertyName As String, _
	subPropertyType As Type _
) As ReportDesigner..::.MergablePropertyValue
Visual C++
public:
ReportDesigner..::.MergablePropertyValue GetSelectionMergablePropertyValue(
	Object^ defaultValue, 
	String^ propertyName, 
	Type^ propertyType, 
	String^ subPropertyName, 
	Type^ subPropertyType
)

Parameters

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

See Also