Partager via


Propriété Source

Gets or sets the location of a shape file to be imported.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Source As ReportExpression
    Get
    Set
'Utilisation
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)