Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the gridlines should be shown.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Enabled As ReportExpression(Of ChartGridLinesEnabledTypes)
Get
Set
'Usage
Dim instance As ChartGridLines
Dim value As ReportExpression(Of ChartGridLinesEnabledTypes)
value = instance.Enabled
instance.Enabled = value
public ReportExpression<ChartGridLinesEnabledTypes> Enabled { get; set; }
public:
property ReportExpression<ChartGridLinesEnabledTypes> Enabled {
ReportExpression<ChartGridLinesEnabledTypes> get ();
void set (ReportExpression<ChartGridLinesEnabledTypes> value);
}
member Enabled : ReportExpression<ChartGridLinesEnabledTypes> with get, set
function get Enabled () : ReportExpression<ChartGridLinesEnabledTypes>
function set Enabled (value : ReportExpression<ChartGridLinesEnabledTypes>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartGridLinesEnabledTypes>
A ReportExpression<T> object.