[This is preliminary documentation and is subject to change.]
A ReportFormatList
| C# | Visual Basic | Visual C++ |
public class ReportFormatList : SifKeyedList<ReportFormatType, ReportFormat>
Public Class ReportFormatList _ Inherits SifKeyedList(Of ReportFormatType, ReportFormat)
public ref class ReportFormatList : public SifKeyedList<ReportFormatType^, ReportFormat^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| ReportFormatListReportFormatListNew()() |
Creates an instance of a ReportFormatList
| |
| ReportFormatListReportFormatListNew(ReportFormat) |
Constructor that accepts values for all mandatory fields
| |
| AddReportFormat(ReportFormatType, String) | Adds the value of the <ReportFormat> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.5r1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <ReportFormat>)> | |||||
| SifKeyedList<(Of <ReportFormatType, ReportFormat>)> | |||||
| ReportFormatList | |||||