QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

PrintItemsInGroup Property

Indicates whether line items will be shown on printed forms.

Syntax

ANSI (Cross Platform)
int GetPrintItemsInGroup();

Unicode (Windows)
BOOL GetPrintItemsInGroup();
@property (nonatomic,readonly,assign,getter=printItemsInGroup) BOOL printItemsInGroup;
- (BOOL)printItemsInGroup;
#define PID_LINEITEMGROUPS_PRINTITEMSINGROUP 33

INQB_EXTERNAL void* INQB_CALL InQB_LineItemGroups_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

If true, a list of this group's individual items their amounts will appear on printed forms.

This property is read-only and not available at design time.

Data Type

Boolean

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Edition - Version 20.0 [Build 7941]