Show/Hide Toolbars

Reporting Services CMD

Command: GetProps

 

GetProperties

 

SSRS Version:

 

2000, 2005 (N), 2005 (I), 2008 (N), 2008 (I),2008r2(N), 2008r2(I), 2012(N), 2012(I), Azure

 

(N)=Native

(I)=Integrated

 

 

Syntax

 

Displays the parameter(s) for a specific item.

 

GetProps   [item]

GetProps   [item] [property]

 

 

Parameters

 

Displays the properties for a specific item.

 

 

[item]                When no property is specified all parameter are listed

[property]        Only information about the property is displayed

 

Examples

 

get the properties for a report called report1

 

\>getprops report1

 

 

Language                         : en-US

HasUserProfileQueryDependencies  : False

HasUserProfileReportDependencies : False

PageHeight                       : 279.4

PageWidth                        : 215.9

TopMargin                        : 25.4

BottomMargin                     : 25.4

LeftMargin                       : 25.4

RightMargin                      : 25.4

Name                             : Report1

Type                             : Report

Size                             : 9164

ID                               : 9da89b14-9bfd-45dc-8963-093a17557363

CreatedBy                        : ian-xps\ian

CreationDate                     : 18/05/2011 18:14:34

ModifiedBy                       : ian-xps\ian

ModifiedDate                     : 15/06/2011 20:20:09

MIMEType                         :

Description                      :

Hidden                           : False

CanRunUnattended                 : True

HasScheduleReadyDataSources      : True

HasParameterDefaultValues        : True

IsSnapshotExecution              : False

Path                             : /report1

 

 

 

 

get the path property for the report1

 

\>getprops report1 path

 

 

  path                             : /report1

 

 

Remarks

 

 

See Also

 

 Item properties

 

         GetProps - list properties and their values

         SetProps - set item property

 

 System properties

 

         GetSystemProps - list properties and their values

         SetSysProps - set item property