Propriedade do RDL MapTitle.Text
Gets the text of the title.
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 MapTitle
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.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering