InDocumentMap propriété
Gets a value that indicates whether the report has a document map.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property InDocumentMap As Boolean
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Boolean
ABoolean that indicates whether this report has a document map. If true, the report contains a document map.
Voir aussi