次の方法で共有


IsSubreport プロパティ

レポートがサブレポートかどうかを示す値を取得します。

名前空間:  Microsoft.ReportingServices.Interfaces
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
ReadOnly Property IsSubreport As Boolean
    Get
'使用
Dim instance As IReportContext
Dim value As Boolean

value = instance.IsSubreport
bool IsSubreport { get; }
property bool IsSubreport {
    bool get ();
}
abstract IsSubreport : bool
function get IsSubreport () : boolean

プロパティ値

型: System. . :: . .Boolean
レポートがサブレポートかどうかを示す値です。

説明

レポートがサブレポートの場合、このプロパティは true を返します。それ以外の場合、このプロパティは false を返します。