# JReportServer.ReportInfo

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**report** | **String** | The report resource full path. | 
**reportVersion** | **Number** | -1 or unspecified means the latest. | [optional] 
**catalog** | **String** | Catalog resource full path. If not specified, it means the report is self-contained, otherwise the first catalog in the report&#39;s resource folder will be used. | [optional] 
**catalogVersion** | **Number** | -1 or unspecified means the latest. | [optional] 
**reportParameters** | [**[ReportParameter]**](ReportParameter.md) | The report parameters. | [optional] 
**exportToOneFile** | **Boolean** | Export to One File. | [optional] 
**specifiedReportTabs** | **[String]** | Specified report tabs. If no report tabs are specified, all report tabs will be selected. | [optional] 
**advanced** | [**ReportInfoAdvanced**](ReportInfoAdvanced.md) |  | [optional] 


