MapShapefile.Source Property

Gets the location of a shape file to be imported.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Source As ReportStringProperty
    Get
'Usage
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