SubReport.NoRowsMessage 属性

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property NoRowsMessage As ReportStringProperty 
    Get
用法
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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

请参阅

参考

SubReport 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间