Proprietà DataElementName
Returns the name to use for the data element or attribute for this report item.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property DataElementName As String
Get
'Utilizzo
Dim instance As DataMember
Dim value As String
value = instance.DataElementName
public override string DataElementName { get; }
public:
virtual property String^ DataElementName {
String^ get () override;
}
abstract DataElementName : string
override DataElementName : string
override function get DataElementName () : String
Valore proprietà
Tipo: System. . :: . .String
A string containing the name to use for the data element or attribute for this report item.
Vedere anche