Udostępnij przez


Właściwość MapShapefile.Source

Pobiera lokalizacji pliku kształt ma zostać zaimportowana.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Source As ReportStringProperty
    Get
'Użycie
Dim instance As MapShapefile
Dim value As ReportStringProperty

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