[]
This exception is thrown when an error occurs while connecting to the report's data source.
public class ReportDataException : ReportException, ISerializable
| Name | Description |
|---|---|
| ReportDataException() | Initializes a new instance of the ReportDataException class. |
| ReportDataException(SerializationInfo, StreamingContext) | Initializes a new instance of the ReportDataException class with serialized data. |
| ReportDataException(string) | Initializes a new instance of the ReportDataException class with a specified error message. |
| ReportDataException(string, Exception) | Initializes a new instance of the ReportDataException class with a specified error message and a reference to the inner exception that is the cause of this exception. |