Description
A collection of ReportTypeParams objects.
| |||
SQL Reports / Document Type List API Report Types Params | |||
Report Types Params Collection
SAP® B1 DI-API C# definitionpublic class ReportTypesParamsClass : IReportTypesParams, ReportTypesParams, IEnumerable
{
public virtual int Count
{
get;
}
public extern ReportTypesParamsClass();
public virtual extern ReportTypeParams Add();
public virtual extern IEnumerator GetEnumerator();
public virtual extern string GetXMLSchema();
public virtual extern ReportTypeParams Item( object vtIndex);
public virtual extern void ToXMLFile( string bstrFileName);
public virtual extern string ToXMLString();
} Related informationReport Type Params ReportTypeParams Object Holds the key to an existing report type.
This object is used to pass keys to and retrieve keys from ReportTypesService methods. ![]() |
|||
SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates |