Propriedade do RDL ChartLegendColumn.Value
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 value of the chart legend column.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Value As ReportStringProperty
Get
'Uso
Dim instance As ChartLegendColumn
Dim value As ReportStringProperty
value = instance.Value
public ReportStringProperty Value { get; }
public:
property ReportStringProperty^ Value {
ReportStringProperty^ get ();
}
member Value : ReportStringProperty
function get Value () : ReportStringProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the value of the chart legend column.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering