'宣言 Public Enum AllowCardPrinting Inherits System.Enum
public enum AllowCardPrinting : System.Enum
メンバ | 解説 |
---|---|
Never | UltraGrid は決してカードを印刷しません。UltraGridBand.CardView プロパティが設定されているかどうかにかかわらず、表形式ビューですべてのバンドを印刷します。 |
RootBandOnly | UltraGrid は、印刷時にルートレベルのバンドでは UltraGridBand.CardView プロパティを認識します。 |