Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an expression that evaluates to the shape of the frame.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property FrameShape As ReportEnumProperty(Of GaugeFrameShapes)
Get
'Uso
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>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeFrameShapes>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering