Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a Boolean value that indicates whether an unexpected exception occurred.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Unexpected As Boolean
Get
'Uso
Dim instance As ReportRenderingException
Dim value As Boolean
value = instance.Unexpected
public bool Unexpected { get; }
public:
property bool Unexpected {
bool get ();
}
member Unexpected : bool
function get Unexpected () : boolean
Valor de la propiedad
Tipo: System.Boolean
true if an unexpected exception occurred; otherwise, false.
Vea también
Referencia
ReportRenderingException Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering