Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a value that indicates whether text boxes should render as elements or attributes.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property DataElementStyle As Report.DataElementStyles
Get
'Uso
Dim instance As Report
Dim value As Report.DataElementStyles
value = instance.DataElementStyle
public Report.DataElementStyles DataElementStyle { get; }
public:
property Report.DataElementStyles DataElementStyle {
Report.DataElementStyles get ();
}
member DataElementStyle : Report.DataElementStyles
function get DataElementStyle () : Report.DataElementStyles
Valor de la propiedad
Tipo: Microsoft.ReportingServices.ReportRendering.Report.DataElementStyles
A Report.DataElementStyles value of either AttributeNormal or ElementNormal.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering