Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Gets an expression that evaluates to the value of the parameter if the value does not depend on the actual data points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Value As ReportVariantProperty
Get
'Uso
Dim instance As ChartFormulaParameter
Dim value As ReportVariantProperty
value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering