Udostępnij przez


Właściwość MapShapefile.Source

Pobiera lub Ustawia lokalizację pliku kształt ma zostać zaimportowany.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Source As ReportExpression
    Get
    Set
'Użycie
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)