Propriedade do RDL Unexpected
Gets a Boolean value that indicates whether an unexpected exception occurred.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if an unexpected exception occurred; otherwise, false.
Consulte também