次の方法で共有


SubReport.NoRowsMessage プロパティ

サブレポートに行が含まれていない場合に表示されるメッセージに評価される式を取得します。

名前空間:  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
ReportStringProperty オブジェクト。

関連項目

参照

SubReport クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間