Właściwość SubReportInstance.ErrorCode
Pobiera kod błędu SubReportInstance.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ErrorCode As SubReportErrorCodes
Get
'Użycie
Dim instance As SubReportInstance
Dim value As SubReportErrorCodes
value = instance.ErrorCode
public SubReportErrorCodes ErrorCode { get; }
public:
property SubReportErrorCodes ErrorCode {
SubReportErrorCodes get ();
}
member ErrorCode : SubReportErrorCodes
function get ErrorCode () : SubReportErrorCodes
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.SubReportErrorCodes
A SubReportErrorCodes wartość, która reprezentuje kod błędu.
Zobacz także