Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace