Propriété FrameShape
Gets an expression that evaluates to the shape of the frame.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property FrameShape As ReportEnumProperty(Of GaugeFrameShapes)
Get
'Utilisation
Dim instance As BackFrame
Dim value As ReportEnumProperty(Of GaugeFrameShapes)
value = instance.FrameShape
public ReportEnumProperty<GaugeFrameShapes> FrameShape { get; }
public:
property ReportEnumProperty<GaugeFrameShapes>^ FrameShape {
ReportEnumProperty<GaugeFrameShapes>^ get ();
}
member FrameShape : ReportEnumProperty<GaugeFrameShapes>
function get FrameShape () : ReportEnumProperty<GaugeFrameShapes>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeFrameShapes> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi