Condividi tramite


Proprietà ChartLegendColumnHeader.Value

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets an expression that evaluates to the value to be shown in the header.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Value As ReportStringProperty 
    Get
'Utilizzo
Dim instance As ChartLegendColumnHeader 
Dim value As ReportStringProperty 

value = instance.Value
public ReportStringProperty Value { get; }
public:
property ReportStringProperty^ Value {
    ReportStringProperty^ get ();
}
member Value : ReportStringProperty
function get Value () : ReportStringProperty

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the value to be shown in the header.

Vedere anche

Riferimento

ChartLegendColumnHeader Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering