Propriété HasDocumentMap
Gets a value that indicates the report contains document map labels.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property HasDocumentMap As Boolean
Get
'Utilisation
Dim instance As Report
Dim value As Boolean
value = instance.HasDocumentMap
public bool HasDocumentMap { get; }
public:
property bool HasDocumentMap {
bool get ();
}
member HasDocumentMap : bool
function get HasDocumentMap () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value.
Voir aussi