Propriedade do RDL ReportItem.DataElementName
Gets the name to use for the data element/attribute for this report item.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.String
A string value that represents the name to use for the data element/attribute for this report item.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering