[]
Gets a value indicating the type of the currently loaded report.
public DesignerReportType ReportType { get; }
| Type | Description |
|---|---|
| DesignerReportType | A DesignerReportType value that indicates the type of the report. This can be one of the following:
The determination is made based on the report's structure and specific features, such as whether it is a Fixed Page Layout report or has dashboard capabilities. |