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