SubReportInstance.ErrorMessage Property

Definition

Gets the error message of this SubReportInstance.

public:
 property System::String ^ ErrorMessage { System::String ^ get(); };
public string ErrorMessage { get; }
member this.ErrorMessage : string
Public ReadOnly Property ErrorMessage As String

Property Value

A string value that represents the error message.

Remarks

This property is only applicable when ProcessedWithError is true.

Applies to