Back to index
Summary
Deletes a report object attribute.reportObjectTypeNameStringrequiredReport object type for which this attribute is defined. The attribute is owned by the specified report object type. reportObjectAttributeNameStringrequiredThe name of the report object attribute. |
Usage
Perl
$cmdr->deleteReportObjectAttribute( "test-reportObjectTypeName", # reportObjectTypeName "test-reportObjectAttributeName" # reportObjectAttributeName );
ectool
ectool deleteReportObjectAttribute \ "test-reportObjectTypeName" `# reportObjectTypeName` \ "test-reportObjectAttributeName" `# reportObjectAttributeName`