[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetGuid

GetGuid Method

GetGuid(int)

Returns the GUID value of the specified field.

Declaration
public Guid GetGuid(int i)
Parameters
Type Name Description
int i

The index of the field to find.

Returns
Type Description
Guid

The GUID value of the specified field.

Implements