Partager via


Propriété SubReport.NoRowsMessage

Gets an expression that evaluates to the message that is displayed when the subreport contains no rows.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NoRowsMessage As ReportStringProperty 
    Get
'Utilisation
Dim instance As SubReport 
Dim value As ReportStringProperty 

value = instance.NoRowsMessage
public ReportStringProperty NoRowsMessage { get; }
public:
property ReportStringProperty^ NoRowsMessage {
    ReportStringProperty^ get ();
}
member NoRowsMessage : ReportStringProperty
function get NoRowsMessage () : ReportStringProperty

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Voir aussi

Référence

SubReport Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering