Creates new instance of the ReportDataBinding.

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

Syntax

C#
public ReportDataBinding(
	string propertyName,
	string expression
)
Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	expression As String _
)
Visual C++
public:
ReportDataBinding(
	String^ propertyName, 
	String^ expression
)

Parameters

propertyName
Type: System..::.String
expression
Type: System..::.String

See Also