Свойство ActionInstance.Label
Gets the calculated value of the Label property in a Action class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Property Label As String
Get
Set
'Применение
Dim instance As ActionInstance
Dim value As String
value = instance.Label
instance.Label = value
public string Label { get; set; }
public:
property String^ Label {
String^ get ();
void set (String^ value);
}
member Label : string with get, set
function get Label () : String
function set Label (value : String)
Значение свойства
Тип: System.String
A string value that represents the calculated value of the Label property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering