Results 1 to 3 of 3

Thread: Displaying Report.. Need Some Ideas

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Displaying Report.. Need Some Ideas

    hi,

    i am trying to make a accounting software.. so i want to display reports realistically, like in olden days.. i don want to use data grid view control, even if i want to use then i dont want to display the first row and and first column (which is in button colour and has astrick in it hope u got it).. do u have any idea or any other ideas???

  2. #2
    PowerPoster cicatrix's Avatar
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,654

    Re: Displaying Report.. Need Some Ideas

    The datagridcontrol is highly customizable. Simply set the following properties to False:

    Code:
    .RowHeadersVisible = False
    .ColumnHeaders.Visible = False
    .AllowUserToAddRows = False.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    429

    Re: Displaying Report.. Need Some Ideas

    Quote Originally Posted by cicatrix View Post
    The datagridcontrol is highly customizable. Simply set the following properties to False:

    Code:
    .RowHeadersVisible = False
    .ColumnHeaders.Visible = False
    .AllowUserToAddRows = False.
    thanks a lot.......

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width