ChartLegendCustomItemCell.Text Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets an expression that evaluates to the cell text.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the cell text.
Vea también
Referencia
ChartLegendCustomItemCell Clase
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering