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