Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9109797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:07:39+00:00 2026-06-17T03:07:39+00:00

I am using the SSRS 2008r API to create and manage SSRS from a

  • 0

I am using the SSRS 2008r API to create and manage SSRS from a webform application. When creating a folder I see where I can add a folder name as well as specify additional meta data (custom properties) that can be a part of the folder. My question is how do I populate additional fields in the catalog database via the api. When I look at the CreateFolder method the only properties I can add at the insert are folder name, path, and custom properties:

rs.CreateFolder(folderName, "/", props); // foldername is a string passed in from the form

However I would also like to set at this time the description, and hidden value.

I’d appreciate any suggestions on how this is accomplished. Every example I have seen within MSDN only shows setting the folder name, path, and custom properties.

thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T03:07:40+00:00Added an answer on June 17, 2026 at 3:07 am

    Set the item properties (Description and Hidden) by initializing a Property class for each. Never done it before, but I’m guessing it would look something like this (assuming C#):

    ...
    // description property
    Property description = new Property();
    description.Name = "Description";
    description.Value = "Your description here.";
    
    // hidden property
    Property hidden = new Property();
    hidden.Name = "Hidden";
    hidden.Value = "True"; // not sure on value here, may be True/False, Yes/No
    
    // build properties array
    props[0] = description;
    props[1] = hidden;
    
    // create folder
    rs.CreateFolder(folderName, "/", props); // foldername is a string passed in from the form
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using FetchXML in SSRS 2008 to create a report from CRM 2011.
I'm using SSRS (VS2008) and creating a report of work orders. In the detail
I'm using SSRS (2k5) to report on data from oracle. The report's purpose is
I am fairly new to using SSRS and I would like to create a
Using SSRS BIDS 2008 to create a Pie Chart in one of my reports.
I'm using Sql Server Reporting Services (SSRS) 2008 to create RDL files, but also
When developing reports using SSRS BIDS/SQL Server 2008 R2 is there anyway you can
I need to create a report using SSRS 2008 that will show the top
Please look at this ss I am using SSRS 2008 + pulling data from
I am using the SSRS 2008 R2 API to programmatically load [ LoadReport() ]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.