Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the document map for the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property DocumentMap As DocumentMap
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.DocumentMap
A DocumentMap object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace