Report.GetFieldExpressions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- group
- Group
Returns
Applies to
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)
Parameters
- item
- ReportItem