Propriété Label
Gets an expression that evaluates to the label text for this action.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Label As ReportStringProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Voir aussi