ChartAxisInstance.Visible Property
Gets the calculated value of the Visible property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Visible As ChartAutoBool
Get
'Usage
Dim instance As ChartAxisInstance
Dim value As ChartAutoBool
value = instance.Visible
public ChartAutoBool Visible { get; }
public:
property ChartAutoBool Visible {
ChartAutoBool get ();
}
member Visible : ChartAutoBool
function get Visible () : ChartAutoBool
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAutoBool
A ChartAutoBool value that represents the calculated value of the Visible property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace