Compartir a través de


ReportItem.DataElementName Propiedad

Gets the name to use for the data element/attribute for this report item.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property DataElementName As String 
    Get
'Uso
Dim instance As ReportItem 
Dim value As String 

value = instance.DataElementName
public string DataElementName { get; }
public:
property String^ DataElementName {
    String^ get ();
}
member DataElementName : string
function get DataElementName () : String

Valor de la propiedad

Tipo: System.String
A string value that represents the name to use for the data element/attribute for this report item.

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering