Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the FrameStyle property in a BackFrame class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property FrameStyle As GaugeFrameStyles
Get
'Usage
Dim instance As BackFrameInstance
Dim value As GaugeFrameStyles
value = instance.FrameStyle
public GaugeFrameStyles FrameStyle { get; }
public:
property GaugeFrameStyles FrameStyle {
GaugeFrameStyles get ();
}
member FrameStyle : GaugeFrameStyles
function get FrameStyle () : GaugeFrameStyles
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeFrameStyles
A GaugeFrameStyles value that represents that calculated value of the FrameStyle property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace