Proprietà Source
Gets the location of a shape file to be imported.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Source As ReportStringProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Vedere anche