Propriedade do RDL ChartAxisInstance.Visible
Gets the calculated value of the Visible property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Visible As ChartAutoBool
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAutoBool
A ChartAutoBool value that represents the calculated value of the Visible property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering