Partilhar via


Propriedade do RDL Text

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

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