Udostępnij przez


Właściwość SubReportInstance.ErrorMessage

Pobiera komunikat o błędzie to SubReportInstance.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ErrorMessage As String
    Get
'Użycie
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

Wartość właściwości

Typ: System.String
A ciąg wartości reprezentującej komunikat o błędzie.

Uwagi

Właściwość ta jest stosowana tylko podczas ProcessedWithError jest true.