Propriedade do RDL Name
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustOverride ReadOnly Property Name As String
Get
'Uso
Dim instance As DataValueInstance
Dim value As String
value = instance.Name
public abstract string Name { get; }
public:
virtual property String^ Name {
String^ get () abstract;
}
abstract Name : string
abstract function get Name () : String
Valor da propriedade
Tipo: System. . :: . .String
A string value that represents the calculated value of the Name property.
Consulte também