[]
Represents detailed information about a report.
public class ReportInfo
The ReportInfo class contains properties that provide comprehensive details about a report, including its name, parameters, layout, and export options.
| Name | Description |
|---|---|
| ReportInfo() |
| Name | Description |
|---|---|
| DisplayType | Gets or sets the display mode of the report, which defines how the report is rendered on screen. |
| Exports | Gets or sets the export types available for the report. |
| GalleyModeAllowed | Gets or sets a value indicating whether the report supports Galley Mode, a specific layout or viewing mode. |
| Name | Gets or sets the name of the report. |
| Parameters | Gets or sets the descriptors for all parameters required or available for the report. |
| ParametersView | Gets or sets the custom layout for the parameters panel. |
| SizeType | Gets or sets the size type of the report, which influences how the report handles overflow and scaling. |
| Type | Gets or sets the type of the report. |