Gets the DocumentDataSource by its name.
Namespace:
PerpetuumSoft.Reporting.DataAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public DocumentDataSource this[ string name ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ name As String _ ) As DocumentDataSource |
Visual C++ |
---|
public: property DocumentDataSource^ default[String^ name] { DocumentDataSource^ get (String^ name); } |
Parameters
- name
- Type: System..::.String