SummaryColumnDataGridFormatColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a column from the query data source that will be used to provide the format value for this column.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string DataGridFormatColumn { get; set; }
Public Property DataGridFormatColumn As String
Get
Set
public:
virtual property String^ DataGridFormatColumn {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DataGridFormatColumn();
function set_DataGridFormatColumn(value);
Property Value
Type:
StringA column from the query data source that will be used to provide the format value for this column.
Return Value
Type:
StringA column from the query data source that will be used to provide the format value for this column.
Remarks The value of the column specified will be used as the format for this summary column in a data grid if DataGridFormatType is set to Column
See Also