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.
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartGridLinesEnabledTypes>
A ReportExpression<T> object.