Action.Label Propiedad
Gets an expression that evaluates to the label text for this action.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Label As ReportStringProperty
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering