Свойство Label
Gets the label text for this action.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Label As ReportStringProperty
Get
'Применение
Dim instance As Action
Dim value As ReportStringProperty
value = instance.Label
public ReportStringProperty Label { get; }
public:
property ReportStringProperty^ Label {
ReportStringProperty^ get ();
}
member Label : ReportStringProperty
function get Label () : ReportStringProperty
Значение свойства
Тип Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.