Propriété DataElementName
Gets or sets the name for the vector layer to use for the data element or attribute.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DataElementName As String
Get
'Utilisation
Dim instance As MapVectorLayer
Dim value As String
value = instance.DataElementName
public string DataElementName { get; }
public:
property String^ DataElementName {
String^ get ();
}
member DataElementName : string
function get DataElementName () : String
Valeur de propriété
Type : System. . :: . .String
A string value.
Voir aussi