Свойство BackFrame.FrameStyle
Gets an expression that evaluates to the style of the frame.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property FrameStyle As ReportEnumProperty(Of GaugeFrameStyles)
Get
'Применение
Dim instance As BackFrame
Dim value As ReportEnumProperty(Of GaugeFrameStyles)
value = instance.FrameStyle
public ReportEnumProperty<GaugeFrameStyles> FrameStyle { get; }
public:
property ReportEnumProperty<GaugeFrameStyles>^ FrameStyle {
ReportEnumProperty<GaugeFrameStyles>^ get ();
}
member FrameStyle : ReportEnumProperty<GaugeFrameStyles>
function get FrameStyle () : ReportEnumProperty<GaugeFrameStyles>
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeFrameStyles>
A ReportEnumProperty<EnumType> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering