Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether text box items should render as elements or attributes.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration DataElementStyles
'Usage
Dim instance As Report.DataElementStyles
public enum DataElementStyles
public enum class DataElementStyles
type DataElementStyles
public enum DataElementStyles
Members
Member name | Description | |
---|---|---|
AttributeNormal | Indicates that the text box should be rendered as an attribute. | |
ElementNormal | Indicates that the text box should be rendered as an element. |