Propriedade do RDL ChartLegendTitle.Caption
Gets an expression that evaluates to the caption of the title.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Caption As ReportStringProperty
Get
'Uso
Dim instance As ChartLegendTitle
Dim value As ReportStringProperty
value = instance.Caption
public ReportStringProperty Caption { get; }
public:
property ReportStringProperty^ Caption {
ReportStringProperty^ get ();
}
member Caption : ReportStringProperty
function get Caption () : ReportStringProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering