Propriedade do RDL LabelData.Label
Gets the field name in the dataset to be displayed as navigation labels.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Label As String
Get
'Uso
Dim instance As LabelData
Dim value As String
value = instance.Label
public string Label { get; }
public:
property String^ Label {
String^ get ();
}
member Label : string
function get Label () : String
Valor da propriedade
Tipo: System.String
Returns String.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering