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

Syntax

C#
public Object GetDataSource(
	string name
)
Visual Basic (Declaration)
Public Function GetDataSource ( _
	name As String _
) As Object
Visual C++
public:
virtual Object^ GetDataSource(
	String^ name
) sealed

Parameters

name
Type: System..::.String

Implements

IDataSourceManager..::.GetDataSource(String)

See Also