Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether the leaf-level values, such as text box values and chart data values, should render as elements or attributes.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataElementStyle As DataElementStyles
Get
Set
'Usage
Dim instance As Report
Dim value As DataElementStyles
value = instance.DataElementStyle
instance.DataElementStyle = value
public DataElementStyles DataElementStyle { get; set; }
public:
property DataElementStyles DataElementStyle {
DataElementStyles get ();
void set (DataElementStyles value);
}
member DataElementStyle : DataElementStyles with get, set
function get DataElementStyle () : DataElementStyles
function set DataElementStyle (value : DataElementStyles)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.DataElementStyles
The leaf level values rendered as element or attributes.