Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the error code for the exception.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorCode As ErrorCode
Get
'Usage
Dim instance As ReportRenderingException
Dim value As ErrorCode
value = instance.ErrorCode
public ErrorCode ErrorCode { get; }
public:
property ErrorCode ErrorCode {
ErrorCode get ();
}
member ErrorCode : ErrorCode
function get ErrorCode () : ErrorCode
Property Value
Type: ErrorCode
An ErrorCode value for the exception.
See Also
Reference
ReportRenderingException Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace