Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.