Właściwość ChartAxis.Visible
Pobiera wartość wskazująca, czy jest wyświetlany oś.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Visible As ReportEnumProperty(Of ChartAutoBool)
Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportEnumProperty(Of ChartAutoBool)
value = instance.Visible
public ReportEnumProperty<ChartAutoBool> Visible { get; }
public:
property ReportEnumProperty<ChartAutoBool>^ Visible {
ReportEnumProperty<ChartAutoBool>^ get ();
}
member Visible : ReportEnumProperty<ChartAutoBool>
function get Visible () : ReportEnumProperty<ChartAutoBool>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także