SubReport.ProcessedWithError Property
Returns a Boolean value indicating that the subreport failed to run due to an error.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ProcessedWithError As Boolean
public bool ProcessedWithError { get; }
public:
property bool ProcessedWithError {
bool get ();
}
/** @property */
public boolean get_ProcessedWithError ()
public function get ProcessedWithError () : boolean
Valore proprietà
A Boolean indicating whether the report ran successfully, or failed. If true, the report failed to run due to an error. If false, the report ran successfully.
Osservazioni
The structure of the subreport is still made available so that rendering extensions can, in the layout, account for the possibility that subsequent instances of the subreport may succeed. This instance of the subreport, however, should not be rendered if ProcessedWithError is true.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
SubReport Class
SubReport Members
Microsoft.ReportingServices.ReportRendering Namespace