Udostępnij przez


Właściwość SubReport.NoRowsMessage

Pobiera wyrażenie wiadomość, która jest wyświetlana, gdy podraport zawiera żadne wiersze.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property NoRowsMessage As ReportStringProperty
    Get
'Użycie
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