Свойство DataValueInstance.Name
Gets the calculated value of the Name property in a DataValue class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property Name As String
Get
'Применение
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
Значение свойства
Тип: System.String
A string value that represents the calculated value of the Name property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering