レポートにドキュメント マップがあるかどうかを示す値を取得します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property InDocumentMap As Boolean
Get
'使用
Dim instance As Report
Dim value As Boolean
value = instance.InDocumentMap
public bool InDocumentMap { get; }
public:
virtual property bool InDocumentMap {
bool get () sealed;
}
abstract InDocumentMap : bool
override InDocumentMap : bool
final function get InDocumentMap () : boolean
プロパティ値
型: System.Boolean
このレポートにドキュメント マップがあるかどうかを示す Boolean です。true の場合、レポートにドキュメント マップが含まれます。