共用方式為


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 命名空間