Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the frame background for the gauge panel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property BackFrame As BackFrame
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.BackFrame
A BackFrame object.