combit List & Label 30 - .NET Help
combit.Reporting Namespace / ProjectParameter Class
Properties Methods

ProjectParameter Class Members

The following tables list the members exposed by ProjectParameter.

Public Properties
 NameDescription
Public PropertyDefines which category the project parameter belongs to or queries it.  
Public PropertyThe evaluated value of a project parameter can be queried here during print time - e.g. if it defined as a formula.  
Public PropertyDefines the name of the project parameter or queries it.  
Public PropertyDefines the type of the project parameter or queries it.  
Public PropertyDefines if the project parameter also is to be saved in the project file with the default value (default) if it wasn't changed.  
Public PropertyDefines the scope of the project parameter or queries it.  
Public PropertyDefines the value of the project parameter or queries it.  
Public PropertyDefines the visibility of the project parameter or queries it.  
Top
Public Methods
 NameDescription
Public Method

Returns the value of the project parameter in the specified project.

For example the values of the project parameters can be obtained before print start. This is particularly helpful if custom project parameters are declared that can be changed in the Designer by the user (LlProjectParameterVisibility).

 
Top
See Also