PdfRpt.FluentInterface.MainTablePreferencesBuilder.KeepTogether C# (CSharp) 메소드

KeepTogether() 공개 메소드

If true, the table will be kept on one page if it fits, by forcing a new page if it doesn't fit on the current page.
public KeepTogether ( bool keep ) : void
keep bool
리턴 void
        public void KeepTogether(bool keep)
        {
            _pdfReport.DataBuilder.DefaultKeepTogether(keep);
        }