Compartir a través de


SubReport.NoRowsMessage Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property NoRowsMessage As ReportStringProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

SubReport Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering