Blog Home  Home Feed your aggregator (RSS 2.0)  
kevin Mocha - SDR
Bookmarks collected from web.
 
 Monday, August 04, 2008
 Tuesday, May 27, 2008
 Thursday, May 22, 2008
        /// <summary>
        /// Information about the currently executing assembly, this is used to determine
        /// our version, etc.
        /// </summary>
        private System.Reflection.Assembly m_assemblyInfo;

        public string version
        {
            get
            {
                string ourVersion = string.Empty;
                //if running the deployed application, you can get the version
                //  from the ApplicationDeployment information. If you try
                //  to access this when you are running in Visual Studio, it will not work.
                if (System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed)
                    ourVersion = ApplicationDeployment.CurrentDeployment.CurrentVersion.ToString();
                else
                    if (m_assemblyInfo != null)
                        ourVersion = m_assemblyInfo.GetName().Version.ToString();
                return ourVersion;
            }
        }

 
Thursday, May 22, 2008 8:14:17 PM UTC  #    Comments [0]    |  Trackback
 Tuesday, June 26, 2007

http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&docType=kc&externalId=c2005119&sliceId=&dialogID=2998976&stateId=1%200%203000588

 

Use the 'Underlay following section' formatting option to achieve this.

1. Create an additional Page Header section:

ยท Right-click the gray area to the left of the Page Header section

- Select 'Insert section below'

This inserts a second Page Header, so you now have a Page Header - a and a Page Header - b.

2. Re-size the Page Header - a section so it is the height of the page.

3. Insert the bitmap image (a .BMP file) of the pre-printed form or logo for the watermark into the Page Header -a section.

4. Go to Format | Section to open the Section Expert window, and select the Page Header - a section.

5. Select the 'Underlay following section' option.

6. Close the Section Expert.

The bitmap image in Page Header - a now appears beneath all the sections that come after it, up to the Page Footer.

The Page Headers and Page Footers cannot exceed the vertical size of the report.

NOTE: =====

Ensure that you suppress the Page Footer of the report because the Page Header cannot underlay the Page Footer.

Tuesday, June 26, 2007 8:38:41 PM UTC  #    Comments [0]    |  Trackback
 Wednesday, April 18, 2007

<!----connection string for SQL 2005 Express ----------->
<!-- <add key="DBConnStr" value="Provider=SQLOLEDB;Data Source=(local)\SQLExpress; Initial Catalog= SMARTBRIDGE; Integrated Security=SSPI;"/> -->
<!-- <add key="DBConnStrMaster" value="Provider=SQLOLEDB;Data Source=(local)\SQLExpress; Initial Catalog= master; Integrated Security=SSPI;"/> -->

Wednesday, April 18, 2007 5:51:00 PM UTC  #    Comments [0]    |  Trackback
 Friday, March 30, 2007
Friday, March 30, 2007 9:41:16 PM UTC  #    Comments [0]    |  Trackback
Copyright © 2008 Kevin Mocha. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: