Condividi tramite


Proprietà TablixCell.DataElementName

Gets the name to use for the cell element.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property DataElementName As String 
    Get
'Utilizzo
Dim instance As TablixCell 
Dim value As String 

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

Valore proprietà

Tipo: System.String
A string value that represents the name to use for the cell element.

Vedere anche

Riferimento

TablixCell Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering