다음을 통해 공유


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)