Partager via


Report.GetFieldExpressions Méthode

Définition

Surcharges

GetFieldExpressions(Group)
GetFieldExpressions(ReportItem)

GetFieldExpressions(Group)

public:
 System::Collections::IEnumerable ^ GetFieldExpressions(Microsoft::ReportingServices::RdlObjectModel::Group ^ group);
public System.Collections.IEnumerable GetFieldExpressions (Microsoft.ReportingServices.RdlObjectModel.Group group);
member this.GetFieldExpressions : Microsoft.ReportingServices.RdlObjectModel.Group -> System.Collections.IEnumerable
Public Function GetFieldExpressions (group As Group) As IEnumerable

Paramètres

group
Group

Retours

S’applique à

GetFieldExpressions(ReportItem)

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetFieldExpressions(Microsoft::ReportDesigner::ReportItem ^ item);
public System.Collections.Generic.IEnumerable<string> GetFieldExpressions (Microsoft.ReportDesigner.ReportItem item);
member this.GetFieldExpressions : Microsoft.ReportDesigner.ReportItem -> seq<string>
Public Function GetFieldExpressions (item As ReportItem) As IEnumerable(Of String)

Paramètres

item
ReportItem

Retours

S’applique à