共用方式為


ErrorMessage 屬性

Gets the error message of this SubReportInstance.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ErrorMessage As String
    Get
'用途
Dim instance As SubReportInstance
Dim value As String

value = instance.ErrorMessage
public string ErrorMessage { get; }
public:
property String^ ErrorMessage {
    String^ get ();
}
member ErrorMessage : string
function get ErrorMessage () : String

屬性值

型別:System. . :: . .String
A string value that represents the error message.

備註

This property is only applicable when ProcessedWithError is true.