Proprietà InDocumentMap
Gets a value that indicates whether the report has a document map.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property InDocumentMap As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
ABoolean that indicates whether this report has a document map. If true, the report contains a document map.
Vedere anche