DataRegion.NoRowsMessage 属性
Gets the message to display in the data region when it contains no rows.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property NoRowsMessage As ReportStringProperty
Get
用法
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