Report.GetFieldExpressions Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| 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
Parámetros
- group
- Group
Devoluciones
Se aplica a
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)
Parámetros
- item
- ReportItem