Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Custom labels for the scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property CustomLabels As CustomLabelCollection
Get
'Uso
Dim instance As GaugeScale
Dim value As CustomLabelCollection
value = instance.CustomLabels
public CustomLabelCollection CustomLabels { get; }
public:
property CustomLabelCollection^ CustomLabels {
CustomLabelCollection^ get ();
}
member CustomLabels : CustomLabelCollection
function get CustomLabels () : CustomLabelCollection
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.CustomLabelCollection
A CustomLabelCollection object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering