IReportContext.IsLinkedReport プロパティ
レポートがリンク レポートかどうかを示す値を取得します。
名前空間: Microsoft.ReportingServices.Interfaces
アセンブリ: Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)
構文
'宣言
ReadOnly Property IsLinkedReport As Boolean
Get
'使用
Dim instance As IReportContext
Dim value As Boolean
value = instance.IsLinkedReport
bool IsLinkedReport { get; }
property bool IsLinkedReport {
bool get ();
}
abstract IsLinkedReport : bool
function get IsLinkedReport () : boolean
プロパティ値
型: System.Boolean
レポートがリンク レポートかどうかを示す値です。
説明
レポートがリンク レポートの場合、このプロパティは true を返します。それ以外の場合、このプロパティは false を返します。