csvReport Element
|
Description
|
---|---|
csvname
|
Required. This entry specifies the Report’s name.
|
csvcontainerPath
|
Optional. This entry specifies a container where the report should be stored. If no value is specified, the site container is used by default.
|
csvdescription
|
Optional. This entry specifies a description of the Report.
|
csvinputPage
|
Optional. This entry specifies an input page for the Report.
|
csvresourceBundle
|
Optional. This entry specifies a resource bundle for the Report.
|
csvuiContext
|
Optional. This entry specifies the UI context mask to be used to control where the Report is displayed in the Windchill UI.
|
csvreadyForUse
|
Optional. This entry specifies whether the Report is ready for use for end users. If no value is specified, the default value is false.
|
csvsoapClass
|
Optional. This entry specifies the soap class if the Report uses a report task as its data source. This element is used along with the “csvsoapMethod” element to completely specify the report task. The Report must specify either a report task or ReportTemplate as its data source.
|
csvsoapMethod
|
Optional. This entry specifies the soap method if the Report uses a report task as its data source. This element is used along with the “csvsoapClass” element to completely specify the report task. The Report must specify either a report task or ReportTemplate as its data source.
|
csvreportTemplateN ame
|
Optional. This entry specifies the ReportTemplate name if the Report uses a ReportTemplate as its data source. This element is used along with the “csvreportTemplateContainerPath” element to completely specify the ReportTemplate. The Report must specify either a report task or ReportTemplate as its data source.
|
csvreportTemplateC ontainerPath
|
Optional. This entry specifies the ReportTemplate name if the Report uses a ReportTemplate as its data source. This element is used along with the “csvreportTemplateName” element to completely specify the ReportTemplate. The Report must specify either a report task or ReportTemplate as its data source.
|