Compartir a través de


Report.DocumentMap Propiedad

Gets the document map for the report.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property DocumentMap As DocumentMap 
    Get
'Uso
Dim instance As Report 
Dim value As DocumentMap 

value = instance.DocumentMap
public DocumentMap DocumentMap { get; }
public:
property DocumentMap^ DocumentMap {
    DocumentMap^ get ();
}
member DocumentMap : DocumentMap
function get DocumentMap () : DocumentMap

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.DocumentMap
A DocumentMap object.

Vea también

Referencia

Report Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering