Partager via


LocalReport.ShowDetailedSubreportMessages, propriété

Obtient ou définit une valeur Boolean qui indique si des messages détaillés doivent être affichés quand une erreur se produit dans un sous-rapport.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Property ShowDetailedSubreportMessages As Boolean
public bool ShowDetailedSubreportMessages { get; set; }
public:
property bool ShowDetailedSubreportMessages {
    bool get ();
    void set (bool value);
}
member ShowDetailedSubreportMessages : bool with get, set
function get ShowDetailedSubreportMessages () : boolean
function set ShowDetailedSubreportMessages (value : boolean)

Valeur de propriété

Type : Boolean
true si des messages détaillés doivent être affichés ; sinon, false.La valeur par défaut est true.

Notes

This property is useful for debugging subreport errors. If it is set to false, the generic message "An error occurred during subreport processing" is displayed.

Notes

Errors in subreport processing do not affect whether the main report is processed successfully.You can still view and interact with the main report, such as exporting and printing it.

Changing this property causes the report definition to be updated and the report to be reprocessed.

Voir aussi

Référence

LocalReport Classe

Microsoft.Reporting.WebForms, espace de noms