MapAppearanceRule.DataElementName Propiedad
Gets or sets the name to use for the data element or attribute for DataValue.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property DataElementName As String
Get
Set
'Uso
Dim instance As MapAppearanceRule
Dim value As String
value = instance.DataElementName
instance.DataElementName = value
public string DataElementName { get; set; }
public:
property String^ DataElementName {
String^ get ();
void set (String^ value);
}
member DataElementName : string with get, set
function get DataElementName () : String
function set DataElementName (value : String)
Valor de la propiedad
Tipo: System.String
A string value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel