BackFrame.FrameStyle Property
Gets an expression that evaluates to the style of the frame.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FrameStyle As ReportEnumProperty(Of GaugeFrameStyles)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeFrameStyles>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace