MapShapefile.Source Property
Gets or sets the location of a shape file to be imported.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Source As ReportExpression
Get
Set
'Usage
Dim instance As MapShapefile
Dim value As ReportExpression
value = instance.Source
instance.Source = value
public ReportExpression Source { get; set; }
public:
property ReportExpression Source {
ReportExpression get ();
void set (ReportExpression value);
}
member Source : ReportExpression with get, set
function get Source () : ReportExpression
function set Source (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.