Report.GetFieldExpressions Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Параметры
- group
- Group
Возвращаемое значение
Применяется к
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)
Параметры
- item
- ReportItem