Propriedade do RDL TablixMember.DataElementName
Gets the name of the data element.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property DataElementName As String
Get
'Uso
Dim instance As TablixMember
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
Valor da propriedade
Tipo: System.String
A string value that represents the name of the data element.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering