Propriedade Hidden
Gets the calculated value of the Hidden property in a ChartTitle class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Hidden As Boolean
Get
'Uso
Dim instance As ChartTitleInstance
Dim value As Boolean
value = instance.Hidden
public bool Hidden { get; }
public:
property bool Hidden {
bool get ();
}
member Hidden : bool
function get Hidden () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Hidden property.
Consulte também