Initializes a new instance of the ReportDragData class

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

Syntax

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

Parameters

dataField
Type: System..::.String
expression
Type: System..::.String

See Also