Właściwość MapSpatialDataRegion.VectorData
Pobiera lub ustawia sposób importowane dane wektorowe, przestrzennej elementów danych region.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property VectorData As ReportExpression
Get
Set
'Użycie
Dim instance As MapSpatialDataRegion
Dim value As ReportExpression
value = instance.VectorData
instance.VectorData = value
public ReportExpression VectorData { get; set; }
public:
property ReportExpression VectorData {
ReportExpression get ();
void set (ReportExpression value);
}
member VectorData : ReportExpression with get, set
function get VectorData () : ReportExpression
function set VectorData (value : ReportExpression)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także