Właściwość ChartGridLines.Enabled
Wskazuje, powinny być wyświetlane linie siatki.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Enabled As ReportExpression(Of ChartGridLinesEnabledTypes)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartGridLinesEnabledTypes>
A ReportExpression<T> obiektu.
Zobacz także