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