Aracılığıyla paylaş


DataRegion.NoRowsMessage Özelliği

veri bölgesi bölgesileri görüntülemek için iletiyi alır bölge ne zaman içerdiği satır yok.

Ad Alanı:  Microsoft.ReportingServices.OnDemandReportRendering
Derleme:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property NoRowsMessage As ReportStringProperty
    Get
'Kullanım
Dim instance As DataRegion
Dim value As ReportStringProperty

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