DataElementStyle 屬性
Indicates whether all TextRun values for this textbox value should render as an element or attribute.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property DataElementStyle As Report..::..DataElementStyles
Get
'用途
Dim instance As TextBox
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