Właściwość Report.InDocumentMap
Pobiera wartość, która wskazuje, czy raport ma plan dokumentu.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property InDocumentMap As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
ABoolean indicating whether this report has a document map.Jeśli true, raport zawiera plan dokumentu.