| Visual Basic (Declaration) | |
|---|---|
Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As ReportItem | |
| C# | |
|---|---|
public ReportItem Item( string name ) {get;} | |
Parameters
- name
| DataDynamics.Reports | Support Forum |
| Item(String) Property | |
| See Also | |
|
| DataDynamics.Reports.ReportObjectModel Namespace > ReportItemCollection Class > Item Property : Item(String) Property |
| Visual Basic (Declaration) | |
|---|---|
Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As ReportItem | |
| C# | |
|---|---|
public ReportItem Item( string name ) {get;} | |