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 or sets the frame background for the gauge panel.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property BackFrame As BackFrame
Get
Set
'Uso
Dim instance As GaugePanel
Dim value As BackFrame
value = instance.BackFrame
instance.BackFrame = value
public BackFrame BackFrame { get; set; }
public:
property BackFrame^ BackFrame {
BackFrame^ get ();
void set (BackFrame^ value);
}
member BackFrame : BackFrame with get, set
function get BackFrame () : BackFrame
function set BackFrame (value : BackFrame)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.BackFrame
A BackFrame object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel