Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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