Właściwość Report.DocumentMap
Pobiera plan dokumentu dla raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property DocumentMap As DocumentMap
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.DocumentMap
A DocumentMap obiektu.
Zobacz także