Propriedade do RDL ChartLegendCustomItemCell.Text
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets an expression that evaluates to the cell text.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Text As ReportStringProperty
Get
'Uso
Dim instance As ChartLegendCustomItemCell
Dim value As ReportStringProperty
value = instance.Text
public ReportStringProperty Text { get; }
public:
property ReportStringProperty^ Text {
ReportStringProperty^ get ();
}
member Text : ReportStringProperty
function get Text () : ReportStringProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the cell text.
Consulte também
Referência
ChartLegendCustomItemCell Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering