Propriedade do RDL FieldName
Gets the calculated value of the FieldName property in a MapBindingFieldPair class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property FieldName As String
Get
'Uso
Dim instance As MapBindingFieldPairInstance
Dim value As String
value = instance.FieldName
public string FieldName { get; }
public:
property String^ FieldName {
String^ get ();
}
member FieldName : string
function get FieldName () : String
Valor da propriedade
Tipo: System. . :: . .String
A string value that represents the calculated value of the FieldName property.
Consulte também