ChartAxis.Visible-Eigenschaft
Gets a value that indicates whether the axis is displayed.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Visible As ReportEnumProperty(Of ChartAutoBool)
Get
'Usage
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>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace