MapShapefile.Source 属性
Gets the ___location of a shape file to be imported.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property Source As ReportStringProperty
Get
用法
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